28 #ifndef INCLUDED_BasicTypeTraits_h_GUID_BB01797C_21D1_47B6_9B75_EAA829C6CB2E 29 #define INCLUDED_BasicTypeTraits_h_GUID_BB01797C_21D1_47B6_9B75_EAA829C6CB2E 44 template <
bool,
class T =
void>
struct EnableIf {};
51 template <
class Then,
class Else>
struct Conditional<false, Then, Else> {
57 #endif // INCLUDED_BasicTypeTraits_h_GUID_BB01797C_21D1_47B6_9B75_EAA829C6CB2E Definition: RunLoopManager.h:42
The main namespace for all C++ elements of the framework, internal and external.
Definition: namespace_osvr.dox:3
Quick C++11-aligned conditional (if/then/elese) implementation.
Definition: BasicTypeTraits.h:48
Quick C++11-aligned enable_if implementation.
Definition: BasicTypeTraits.h:44