Template Struct IsTuple¶
Defined in File tuple_traits.hpp
Struct Documentation¶
-
template<typename
T
>
structripple::detail
::
IsTuple
¶ This type determines if a type T is a Tuple.
This is the default implementation for the case that the type T is not a tuple.
- Template Parameters
T
: The type to check against tuple.
Public Static Attributes
-
constexpr bool
value
= false¶ Returns that the type T is not a tuple.