arg_router
1.4.0
C++ command line argument parsing and routing
|
#include <arg_router/parsing/global_parser.hpp>
Global parsing struct.
If you want to provide custom parsing for an entire type, then you should specialise this. If you want to provide custom parsing for a particular type just for a single argument, it is usually more convenient to use a policy::custom_parser and define the conversion function inline.
T | Type to parse token into |
token | Command line token to parse |
multi_lang_exception | Thrown if parsing failed |
Definition at line 26 of file global_parser.hpp.