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

#include <arg_router/policy/validator_rule_utilities.hpp>

Public Types

using type = boost::mp11::mp_erase_c< Rules, I, I+1 >
 

Detailed Description

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

Removes the rule at index I from Rules.

Template Parameters
IIndex to remove
RulesList to update

Definition at line 85 of file validator_rule_utilities.hpp.

Member Typedef Documentation

◆ type

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


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