OSVR-Core
|
Header. More...
Go to the source code of this file.
Classes | |
struct | osvr::typepack::detail::apply_list_< F, List > |
General/dummy case. More... | |
struct | osvr::typepack::detail::apply_list_< F, list< Args... > > |
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 F , typename Args > | |
using | osvr::typepack::apply_list = apply< detail::apply_list_< F, Args >> |
Apply an alias class, exploding the list of args. | |
Header.