NiHu  2.0
tmp::is_member< Seq, Elem > Struct Template Reference

return true if the element is member of a sequence More...

#include <algorithm.hpp>

Detailed Description

template<class Seq, class Elem>
struct tmp::is_member< Seq, Elem >

return true if the element is member of a sequence

returns true_type if Elem is found in Seq

Template Parameters
Seqthe sequence
Elemthe element

Definition at line 311 of file algorithm.hpp.


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