Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::TypeTraits::EnableIf< B, T > Struct Template Reference

EnableIf conditionally defines a type if a boolean template parameter is true. More...

#include <TypeTraits.h>

Detailed Description

template<bool B, class T = void>
struct SC::TypeTraits::EnableIf< B, T >

EnableIf conditionally defines a type if a boolean template parameter is true.


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