Nano
A C++ template metaprogramming library
|
To check if a type in a list is not found. Where the find_type tries to find a type and get its index to return, this function simply returns true of the type is not found, and false if the tpe is found. More...
#include <list.hpp>
To check if a type in a list is not found. Where the find_type tries to find a type and get its index to return, this function simply returns true of the type is not found, and false if the tpe is found.
Type | The type to check the presence of |
List | The list to look through |