arg_router
1.4.0
C++ command line argument parsing and routing
|
#include <arg_router/traits.hpp>
Inherits std::false_type.
Evaluates to true if T is a tuple-like type.
A tuple-like type is one that is can be used with std::tuple_size (i.e. std::pair, std::array, and std::tuple).
T | Type to test |
Definition at line 115 of file traits.hpp.