arg_router
1.4.0
C++ command line argument parsing and routing
|
Classes | |
class | alias_group_t |
class | one_of_t |
Functions | |
template<typename... Params> | |
constexpr auto | alias_group (Params... params) noexcept |
template<typename... Params> | |
constexpr auto | one_of (Params... params) noexcept |
The dependency namespace carries nodes and policies that define dependency relationships between other nodes.
|
constexprnoexcept |
Constructs a alias_group_t with the given policies and children.
This is used for similarity with arg_t.
Params | Policies and child node types for the mode |
params | Pack of policy and child node instances |
Definition at line 137 of file alias_group.hpp.
|
constexprnoexcept |
Constructs a one_of_t with the given policies and children.
This is used for similarity with arg_t.
Params | Policies and child node types for the mode |
params | Pack of policy and child node instances |
Definition at line 143 of file one_of.hpp.