OSVR-Core
Namespaces | Typedefs
Not.h File Reference

Header. More...

#include "Bool.h"

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 Bool >
using osvr::typepack::not_ = bool_<!Bool::value >
 Logical not on a single boolean.
 

Detailed Description

Header.

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