dune-fem  2.4.1-rc
Static Public Attributes | List of all members
Dune::ContainsType< Tuple, Type, N > Struct Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/common/tupleutility.hh>

Static Public Attributes

static const bool value
 

Member Data Documentation

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 )

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