arg_router
1.4.0
C++ command line argument parsing and routing
|
#include <arg_router/algorithm.hpp>
Static Public Attributes | |
constexpr static bool | value = find_specialisation_v<T, Tuple> < std::tuple_size_v<Tuple> |
Evaluates to true if Tuple contains a specialisation if T.
T | Specialisation to search for |
Tuple | Types to search (may be empty) |
Definition at line 113 of file algorithm.hpp.
|
staticconstexpr |
True if a specialisation of T is in Policies.
Definition at line 115 of file algorithm.hpp.