OSVR-Core  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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 >
 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. Will fail to compile if not found.
 

Detailed Description

Header.

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

Definition in file FindFirst.h.