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

#include <Tuple.h>

Static Public Attributes

static constexpr bool value = false
 

Detailed Description

template<typename TTuple, typename Type>
struct TupleContains< TTuple, Type >

Combile-time check if a tuple contains given type (at least once). Types T, T&, const T etc. are considered different.

Definition at line 371 of file Tuple.h.

Member Data Documentation

◆ value

template<typename TTuple , typename Type >
constexpr bool TupleContains< TTuple, Type >::value = false
staticconstexpr

Definition at line 372 of file Tuple.h.


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