Version: SMASH-3.3
smash::is_tuple_like< T, Enable > Struct Template Reference

#include <traits.h>

template<typename T, typename Enable = void>
struct smash::is_tuple_like< T, Enable >

Type trait to infer if a type is tuple-like (std::pair or std::tuple or std::array or few others).

Template Parameters
TThe type to be tested.
EnableType set to void as utility to implement the type trait.

Definition at line 104 of file traits.h.

Inheritance diagram for smash::is_tuple_like< T, Enable >:

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