arg_router
1.4.0
C++ command line argument parsing and routing
|
#include <arg_router/algorithm.hpp>
Static Public Attributes | |
constexpr static std::size_t | value = boost::mp11::mp_find_if<Tuple, fn>::value |
Evaluates to the index of the specialisation of T in Tuple.
If Tuple does not contain a specialisation of T then the value is of the size of Tuple.
T | Specialisation to search for |
Tuple | Types to search (may be empty) |
Definition at line 29 of file algorithm.hpp.
|
staticconstexpr |
Index of specialisation of T in Tuple, or tuple size if not present.
Definition at line 37 of file algorithm.hpp.