Nano
A C++ template metaprogramming library
nano::find_type< Type, List > Struct Template Reference

Find the index of a specific type in the list (the index of the first occurrence).
If the type is not found then the value 'parameter' will be -1. More...

#include <list.hpp>

Detailed Description

template<typename Type, typename List>
struct nano::find_type< Type, List >

Find the index of a specific type in the list (the index of the first occurrence).
If the type is not found then the value 'parameter' will be -1.

Template Parameters
TypeThe type to find
ListThe list to find the type in

The documentation for this struct was generated from the following file: