arg_router
1.4.0
C++ command line argument parsing and routing
|
#include <arg_router/tree_node.hpp>
Evaluates to true if any of the PolicyCheckers predicates pass.
This is effectively a wrapper over phase_finder that loops over multiple policy checkers.
Most nodes don't support certain phases, this predicate allows for static_assert
testing for their presence.
ValueType | Some policy checkers require a value type template parameter, if a particular policy doesn't need it then it is not used |
PolicyCheckers | Parameter pack type of policy predicates, use policy::has_*_phase_method |
Definition at line 111 of file tree_node.hpp.