dune-common 3.0-git
|
#include <type_traits>
Go to the source code of this file.
Classes | |
class | Dune::Std::to_false_type< T > |
template mapping a type to std::false_type More... | |
class | Dune::Std::to_true_type< T > |
template mapping a type to std::true_type More... | |
Namespaces | |
namespace | Dune |
Dune namespace. | |
namespace | Dune::Std |
Typedefs | |
template<bool value> | |
using | Dune::Std::bool_constant = std::integral_constant< bool, value > |
A template alias for std::integral_constant<bool, value> | |