Template Class each

Inheritance Relationships

Base Type

Class Documentation

template<typename T>
class each : public options::validator<std::vector<T>>

Public Functions

inline each(ValidatorFunc<T> validator)
inline std::vector<T> operator()(const std::vector<T> &x)

Protected Attributes

ValidatorFunc<T> validator_