Nano
A C++ template metaprogramming library
|
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>
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.
Type | The type to find |
List | The list to find the type in |