i18n
Loading...
Searching...
No Matches
is_tuple< T > Struct Template Reference

Detect whether a type is a std::tuple or not. More...

#include <TypeTraits.hpp>

Inheritance diagram for is_tuple< T >:

Detailed Description

template<typename T>
struct is_tuple< T >

Detect whether a type is a std::tuple or not.

Trait to detect whether a type is a std::tuple.

Primary template: defaults to false.

Template Parameters
Tany
See also
is_tuple<std::tuple<Args...>> Partial specialization for actual tuples
IsTuple Concept wrapper for template constraints

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