arg_router
1.4.0
C++ command line argument parsing and routing
|
#include "arg_router/utility/utf8.hpp"
Go to the source code of this file.
Namespaces | |
arg_router | |
arg_router::config | |
Typedefs | |
template<typename T > | |
using | arg_router::config::allocator = std::allocator< T > |
Variables | |
constexpr auto | arg_router::config::long_prefix = std::string_view{ "--" } |
constexpr auto | arg_router::config::short_prefix = std::string_view{ "-" } |
Preprocessor definitions. These should not be used directly but via the equivalent constants in the config namespace. They can be overridden by defining them before the first arg_router include in end-user projects, or by setting the equivalent CMake variables in cmake/config.cmake
Definition in file config.hpp.