OSVR-Core
|
Header with a run-time extensions to the TypePack simple template-parameter-pack-based metaprogramming library. More...
Go to the source code of this file.
Classes | |
class | osvr::typepack::TypeKeyedMap< KeyList, ValueType > |
A class that uses types as an index into a container with uniform-typed contents, somewhat like a map except all elements are default-constructed rather than having an optional "not set" status. More... | |
struct | osvr::typepack::typekeyed_detail::ValueTypeAtKeyTraits< TypeKeyedMap< KeyList, ValueType >, Key > |
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. | |
Header with a run-time extensions to the TypePack simple template-parameter-pack-based metaprogramming library.