Parma_Polyhedra_Library::Enable_If< b, T > Struct Template Reference
[C++ Language Interface]
A class that provides a type member called
type
equivalent to
T
if and only if
b
is
true
.
More...
#include <meta_programming.hh>
Detailed Description
template<bool b, typename T = void>
struct Parma_Polyhedra_Library::Enable_If< b, T >
A class that provides a type member called
type
equivalent to
T
if and only if
b
is
true
.
This is the non-specialized case, in which the type
member is not present.
Definition at line 268 of file meta_programming.hh.
The documentation for this struct was generated from the following file: