OSVR-Core
|
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. | |
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... | |
Header.