dune-common  2.5.1
Dune::IsIntegralConstant< T > Struct Template Reference

Check if T is an std::integral_constant<I, i> More...

#include <dune/common/typetraits.hh>

Inheritance diagram for Dune::IsIntegralConstant< T >:
Dune::Imp::IsIntegralConstant< std::decay_t< T > >

Detailed Description

template<class T>
struct Dune::IsIntegralConstant< T >

Check if T is an std::integral_constant<I, i>

The result is exported by deriving from std::true_type or std::false_type.


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