dune-fem 2.8.0
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
Dune::ContainsType< Tuple, Type, N > Struct Template Reference

#include <dune/fem/common/tupleutility.hh>

Static Public Attributes

static const bool value
 

Member Data Documentation

◆ value

template<class Tuple , class Type , int N = std::tuple_size< Tuple >::value>
const bool Dune::ContainsType< Tuple, Type, N >::value
static
Initial value:
= ( std::is_same< typename std::tuple_element< N-1, Tuple >::type, Type >::value
|| ContainsType< Tuple, Type, N-1 >::value )
static const bool value
Definition: tupleutility.hh:161

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