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_replace_at_c< Rules, I, Rule > |
Replaces the entire rule at position I of Rules with Rule.
I | Index to update |
Rule | Updated rule |
Rules | List to update |
Definition at line 137 of file validator_rule_utilities.hpp.
using arg_router::policy::validation::utility::update_rule< I, Rule, Rules >::type = boost::mp11::mp_replace_at_c<Rules, I, Rule> |
Updated rules list.
Definition at line 141 of file validator_rule_utilities.hpp.