60 virtual std::string
name()
const override;
61 virtual bool validate(std::string
const & value)
const override;
71 std::int64_t
f_minimum = std::numeric_limits<std::int64_t>::min();
72 std::int64_t
f_maximum = std::numeric_limits<std::int64_t>::max();
range_t::vector_t f_allowed_values
virtual bool validate(std::string const &value) const override
Determine whether value is an integer.
bool(* to_integer_t)(std::string const &number, std::int64_t &result)
static bool convert_string(std::string const &number, std::int64_t &result)
Convert a string to an std::int64_t value.
virtual std::string name() const override
Return the name of this validator.
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.