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

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>

Detailed Description

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

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.

Template Parameters
TypeThe type to check the presence of
ListThe list to look through

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