CPP-AP 2.2.6
Command-line argument parser for C++20
Loading...
Searching...
No Matches
ap::argument::optional< T > Member List

This is the complete list of members for ap::argument::optional< T >, including all inherited members.

::ap::argument_parserap::argument::optional< T >friend
_help_msg (defined in ap::detail::argument_base)ap::detail::argument_baseprotected
_name (defined in ap::detail::argument_base)ap::detail::argument_baseprotected
action(F &&action) noexceptap::argument::optional< T >inline
argument_base(const argument_name &name) (defined in ap::detail::argument_base)ap::detail::argument_baseinlineprotected
bypass_required() noexceptap::argument::optional< T >inline
choices(const CR &choices) noexceptap::argument::optional< T >inline
choices(std::initializer_list< value_type > choices) noexceptap::argument::optional< T >inline
count_type typedefap::argument::optional< T >
default_value(const value_type &default_value) noexceptap::argument::optional< T >inline
help(std::string_view help_msg) noexceptap::argument::optional< T >inline
ap::detail::argument_base::help() const noexceptap::detail::argument_baseinlineprotected
implicit_value(const value_type &implicit_value) noexceptap::argument::optional< T >inline
name() const noexceptap::detail::argument_baseinlineprotected
nargs(const nargs::range &range) noexceptap::argument::optional< T >inline
nargs(const count_type n) noexceptap::argument::optional< T >inline
nargs(const count_type lower_bound, const count_type upper_bound) noexceptap::argument::optional< T >inline
operator==(const optional &other) const noexceptap::argument::optional< T >inline
optional()=delete (defined in ap::argument::optional< T >)ap::argument::optional< T >
optional(const detail::argument_name &name)ap::argument::optional< T >inline
required() noexceptap::argument::optional< T >inline
value_type typedefap::argument::optional< T >
~argument_base()=default (defined in ap::detail::argument_base)ap::detail::argument_basevirtual
~optional()=default (defined in ap::argument::optional< T >)ap::argument::optional< T >