Dune Core Modules (2.3.1)

Dune::enable_if< b, T > Struct Template Reference

Enable typedef if condition is met. More...

#include <dune/common/typetraits.hh>

Detailed Description

template<bool b, typename T = void>
struct Dune::enable_if< b, T >

Enable typedef if condition is met.

Replacement implementation for compilers without this in the stl. Depending on the value of b the type T is provided as typedef type.


The documentation for this struct was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 3, 22:32, 2024)