NiHu
2.0
|
Find an element in a sequence. More...
#include <algorithm.hpp>
Find an element in a sequence.
return an iterator for the first match. The end iterator is returned if the element is not found.
Seq | the sequence |
Elem | the element |
Definition at line 298 of file algorithm.hpp.