Allocator Builder
Policy Based C++ Template Allocator Library
 All Classes Functions Variables Enumerations Enumerator Groups Pages
alb::v_100::traits::type_switch< A, B, bool > Struct Template Reference

#include <traits.hpp>

Detailed Description

template<class A, class B, bool>
struct alb::v_100::traits::type_switch< A, B, bool >

traits that defines "type" A or B depending on the passed bool

Template Parameters
AThis type is defined if the bool is true
BThis type is defined if the bool is false
boolSelects between the passed template parameter A or B

Definition at line 180 of file traits.hpp.


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