Template Class Vector

Inheritance Relationships

Base Type

Class Documentation

template<typename T, bool Nullable = false>
class Vector : public options::Value<std::vector<T>, false>

Public Functions

inline Vector(const std::vector<T> &value = {}, ValidatorFunc<std::vector<T>> validator = {})
inline virtual void from_yaml(const YAML::Node &node) override