Typedef options::ValidatorFunc

Typedef Documentation

template<typename T>
using options::ValidatorFunc = std::function<T(const T&)>