arg_router
1.4.0
C++ command line argument parsing and routing
|
#include <arg_router/policy/description.hpp>
Public Types | |
using | string_type = S |
Public Member Functions | |
constexpr | description_t ([[maybe_unused]] S str={}) noexcept |
Static Public Member Functions | |
constexpr static std::string_view | description () noexcept |
Represents the description of a node.
If using C++17 then use the template variable helper with the S_
macro; for C++20 and higher, use the constructor directly with a compile-time string literal:
S | Compile-time string |
Definition at line 23 of file description.hpp.
using arg_router::policy::description_t< S >::string_type = S |
String type.
Definition at line 27 of file description.hpp.
|
inlineexplicitconstexprnoexcept |
|
inlinestaticconstexprnoexcept |