arg_router
1.4.0
C++ command line argument parsing and routing
|
#include <arg_router/parsing/pre_parse_data.hpp>
Public Member Functions | |
vector< parsing::token_type > & | args () noexcept |
const vector< parsing::token_type > & | args () const noexcept |
const Validator & | validator () const noexcept |
Static Public Attributes | |
constexpr static auto | has_target = HasTarget |
Base class for pre_parse_data.
This is only used for pre_parse_data.
Validator | Validation checker type, see derived class documentation for more info |
HasTarget | True if this instance contains a parse_target reference |
Definition at line 29 of file pre_parse_data.hpp.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
staticconstexpr |
True if this instance contains a parse_target reference
Definition at line 33 of file pre_parse_data.hpp.