OSVR-Core
Namespaces | Typedefs
HasType.h File Reference

Header. More...

#include "Void.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 T >
using osvr::typepack::has_type = t_< detail::has_type_< T >>
 An alias for std::true_type if T::type exists and names a type; otherwise, it's an alias for std::false_type. More...
 

Detailed Description

Header.

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