Using is_tuple specialisation this concept verify if it's a tuple.
More...
#include <I18n.hpp>
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
Using is_tuple specialisation this concept verify if it's a tuple.
- Template Parameters
-
- See also
- is_tuple<T> Primary template
-
is_tuple<std::tuple<Args...>> Partial specialization