LibreOffice Module onlineupdate (master) 1
|
Conditional selects a class between two, depending on a given boolean value. More...
#include <TypeTraits.h>
Public Types | |
typedef A | Type |
Conditional selects a class between two, depending on a given boolean value.
mozilla::Conditional<true, A, B>::Type is A; mozilla::Conditional<false, A, B>::Type is B;
Definition at line 1103 of file TypeTraits.h.
typedef A mozilla::Conditional< Condition, A, B >::Type |
Definition at line 1105 of file TypeTraits.h.