62 virtual std::string
name()
const override;
63 virtual bool validate(std::string
const & value)
const override;
70 std::int64_t
f_minimum = std::numeric_limits<std::int64_t>::min();
71 std::int64_t
f_maximum = std::numeric_limits<std::int64_t>::max();
virtual bool validate(std::string const &value) const override
Check the value against a list of length ranges.
virtual std::string name() const override
Return the name of this validator.
range_t::vector_t f_allowed_lengths
The advgetopt environment to parse command line options.
constexpr flag_t option_flags_merge()
std::vector< std::string > string_list_t
std::vector< range_t > vector_t
Declaration of validators which can be used to verify the parameters.