lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
Public Types
lean::meta::enable_if< Cond, Type > Struct Template Reference

Redefines the given type if true, empty otherwise. More...

#include <enable_if.h>

List of all members.

Public Types

typedef Type type
 Redefines Type if condition true, undefined otherwise.

Detailed Description

template<bool Cond, class Type>
struct lean::meta::enable_if< Cond, Type >

Redefines the given type if true, empty otherwise.


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