OSVR-Core
Public Types | List of all members
osvr::util::Conditional< bool, Then, Else > Struct Template Reference

Quick C++11-aligned conditional (if/then/elese) implementation. More...

#include <BasicTypeTraits.h>

Public Types

typedef Then type
 

Detailed Description

template<bool, class Then, class Else>
struct osvr::util::Conditional< bool, Then, Else >

Quick C++11-aligned conditional (if/then/elese) implementation.


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