Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::TypeTraits::Conditional< B, T, F > Struct Template Reference

Conditional defines a type to be T if a boolean value is true, F otherwise. More...

#include <TypeTraits.h>

Public Types

using type = T
 

Detailed Description

template<bool B, class T, class F>
struct SC::TypeTraits::Conditional< B, T, F >

Conditional defines a type to be T if a boolean value is true, F otherwise.


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