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

Just check if the first element of the list was found (searching should be done beforehand) More...

#include <list.hpp>

Detailed Description

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

Just check if the first element of the list was found (searching should be done beforehand)

Template Parameters
TypeThis is just a placeholder to conform to the Evaluator interface for the filter function
ListThe list to check if the first element was not found

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