arg_router  1.4.0
C++ command line argument parsing and routing
arg_router::policy::validation::utility::update_rule< I, Rule, Rules > Struct Template Reference

#include <arg_router/policy/validator_rule_utilities.hpp>

Public Types

using type = boost::mp11::mp_replace_at_c< Rules, I, Rule >
 

Detailed Description

template<std::size_t I, typename Rule, typename Rules>
struct arg_router::policy::validation::utility::update_rule< I, Rule, Rules >

Replaces the entire rule at position I of Rules with Rule.

Template Parameters
IIndex to update
RuleUpdated rule
RulesList to update

Definition at line 137 of file validator_rule_utilities.hpp.

Member Typedef Documentation

◆ type

template<std::size_t I, typename Rule , typename Rules >
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.


The documentation for this struct was generated from the following file: