Header. More...
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. | |
Functions | |
template<typename F , typename List , typename... Args> | |
void | osvr::typepack::detail::for_each_type_ (F &&f, Args &&...args) |
template<typename List , typename F , typename... Args> | |
void | osvr::typepack::for_each_type (F &&f, Args &&...args) |