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

Find an element in a sequence. More...

#include <algorithm.hpp>

Detailed Description

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

Find an element in a sequence.

return an iterator for the first match. The end iterator is returned if the element is not found.

Template Parameters
Seqthe sequence
Elemthe element
Returns
iterator to the first occurrence of Elem in Seq or the end iterator if Elem is not found

Definition at line 298 of file algorithm.hpp.


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