OSVR-Core
|
Header. More...
#include "List.h"
Go to the source code of this file.
Classes | |
struct | osvr::typepack::detail::split_list_< List > |
General/dummy case. More... | |
struct | osvr::typepack::detail::split_list_< list< List... > > |
Unwrap type pack. More... | |
struct | osvr::typepack::detail::split_list_< Head, Tail... > |
Primary case. 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. | |
Typedefs | |
template<typename... List> | |
using | osvr::typepack::head = typename detail::split_list_< List... >::head |
Get the first element of a list. | |
template<typename... List> | |
using | osvr::typepack::tail = typename detail::split_list_< List... >::tail |
Get the list without its first element. | |
Header.