OSVR-Core  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
If.h File Reference

Header. More...

#include "Bool.h"
#include "T.h"
#include <type_traits>

Go to the source code of this file.

Namespaces

 osvr
 The main namespace for all C++ elements of the framework, internal and external.
 
 osvr::typepack
 A simple argument-pack-based metaprogramming library, inspired by and based partially on https://ericniebler.github.io/meta.
 

Typedefs

template<typename... Args>
using osvr::typepack::if_ = t_< detail::if_impl< Args...>>
 
template<bool If, typename... Args>
using osvr::typepack::if_c = t_< detail::if_impl< bool_< If >, Args...>>
 Select one type or another depending on a compile-time Boolean value.
 

Detailed Description

Header.

Date
2015
Author
Sensics, Inc. http://sensics.com/osvr
Eric Niebler

Definition in file If.h.