28 #ifndef INCLUDED_Bool_h_GUID_BD15BC1D_7D84_4CB7_1866_6FB218461737 29 #define INCLUDED_Bool_h_GUID_BD15BC1D_7D84_4CB7_1866_6FB218461737 38 #include <type_traits> 43 template <
bool V>
using bool_ = std::integral_constant<bool, V>;
47 #endif // INCLUDED_Bool_h_GUID_BD15BC1D_7D84_4CB7_1866_6FB218461737 The main namespace for all C++ elements of the framework, internal and external.
Definition: namespace_osvr.dox:3
std::integral_constant< bool, V > bool_
Alias template to simplify creating a boolean integral constant.
Definition: Bool.h:43