i18n
Loading...
Searching...
No Matches
IsTuple Concept Reference

Using is_tuple specialisation this concept verify if it's a tuple. More...

#include <I18n.hpp>

Concept definition

template<typename T>
Using is_tuple specialisation this concept verify if it's a tuple.
Definition I18n.hpp:58
Detect whether a type is a std::tuple or not.
Definition TypeTraits.hpp:79

Detailed Description

Using is_tuple specialisation this concept verify if it's a tuple.

Template Parameters
Tis the type to check
See also
is_tuple<T> Primary template
is_tuple<std::tuple<Args...>> Partial specialization