arg_router  1.4.0
C++ command line argument parsing and routing
arg_router::traits::is_tuple_like< T, typename > Struct Template Reference

#include <arg_router/traits.hpp>

Inherits std::false_type.

Detailed Description

template<typename T, typename = void>
struct arg_router::traits::is_tuple_like< T, typename >

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).

Template Parameters
TType to test

Definition at line 115 of file traits.hpp.


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