Header. More...
Go to the source code of this file.
Namespaces | |
| osvr | |
| < | |
| 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. | |