1#ifndef DUNE_COMMON_STD_TYPE_TRAITS_HH
2#define DUNE_COMMON_STD_TYPE_TRAITS_HH
58 template<
typename T >
74 template<
typename T >
78#if __cpp_lib_bool_constant
80 using std::bool_constant;
82#elif __cpp_lib_experimental_bool_constant
84 using std::experimental::bool_constant;
Dune namespace.
Definition alignment.hh:11
std::integral_constant< bool, value > bool_constant
A template alias for std::integral_constant<bool, value>
Definition type_traits.hh:94
template mapping a type to std::false_type
Definition type_traits.hh:59
template mapping a type to std::true_type
Definition type_traits.hh:75