arg_router
1.4.0
C++ command line argument parsing and routing
|
#include <arg_router/policy/validator_rule_utilities.hpp>
Public Types | |
using | type = boost::mp11::mp_erase_c< Rules, I, I+1 > |
Removes the rule at index I from Rules.
I | Index to remove |
Rules | List to update |
Definition at line 85 of file validator_rule_utilities.hpp.
using arg_router::policy::validation::utility::remove_rule< I, Rules >::type = boost::mp11::mp_erase_c<Rules, I, I + 1> |
Updated rules list.
Definition at line 89 of file validator_rule_utilities.hpp.