OSVR-Core
Classes | Namespaces | Typedefs
Size.h File Reference

Header. More...

#include "CoerceList.h"
#include "SizeT.h"

Go to the source code of this file.

Classes

struct  osvr::typepack::detail::size< Ts >
 
struct  osvr::typepack::detail::size< list< Ts... > >
 

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... Ts>
using osvr::typepack::size = detail::size< coerce_list< Ts... >>
 Get the size of a list (number of elements.)
 
template<typename... Ts>
using osvr::typepack::length = size< coerce_list< Ts... >>
 Synonym for typepack::size.
 

Detailed Description

Header.

Date
2015
Author
Sensics, Inc. http://sensics.com/osvr
Eric Niebler