SPH
Static Public Attributes | List of all members
TupleContains< Tuple< TArgs... >, Type > Struct Template Reference

#include <Tuple.h>

Static Public Attributes

static constexpr bool value = (getTypeIndex<Type, TArgs...> != -1)
 

Detailed Description

template<typename... TArgs, typename Type>
struct TupleContains< Tuple< TArgs... >, Type >

Definition at line 375 of file Tuple.h.

Member Data Documentation

◆ value

template<typename... TArgs, typename Type >
constexpr bool TupleContains< Tuple< TArgs... >, Type >::value = (getTypeIndex<Type, TArgs...> != -1)
staticconstexpr

Definition at line 376 of file Tuple.h.


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