Header. More...
#include "TypeKeyed.h"
#include "Apply.h"
#include "Transform.h"
#include "ApplyList.h"
#include <tuple>
Go to the source code of this file.
Classes | |
class | osvr::typepack::TypeKeyedTuple< KeyList, ComputeValueTypes > |
Provides a data structure where a value of heterogeneous data types may be stored at runtime for each of the "key" types in a list. The runtime data type stored is computed by an alias class. More... | |
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. | |