SPH
Static Public Attributes | List of all members
IsTuple< T > Struct Template Reference

Useful type trait, checking whether given type is a Tuple. More...

#include <Tuple.h>

Static Public Attributes

static constexpr bool value = false
 

Detailed Description

template<typename T>
struct IsTuple< T >

Useful type trait, checking whether given type is a Tuple.

Definition at line 136 of file Tuple.h.

Member Data Documentation

◆ value

template<typename T >
constexpr bool IsTuple< T >::value = false
staticconstexpr

Definition at line 137 of file Tuple.h.


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