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

Header. More...

#include "T.h"
#include "SizeT.h"
#include "List.h"

Go to the source code of this file.

Classes

struct  osvr::typepack::detail::find_first_impl< Needle, i, Ts >
 
struct  osvr::typepack::detail::find_first_impl< Needle, 0, list< Ts... > >
 
struct  osvr::typepack::detail::find_first_impl< Needle, i, Needle, Ts... >
 
struct  osvr::typepack::detail::find_first_impl< Needle, i, Head, Ts... >
 
struct  osvr::typepack::detail::find_first_impl< Needle, i >
 base case not found 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 , typename Needle >
using osvr::typepack::find_first = t_< detail::find_first_impl< Needle, 0, List >>
 Returns the zero-based index of the first instance of Needle in List. More...
 

Detailed Description

Header.

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