find_match.hpp
Go to the documentation of this file.
7 /*************************************************************************************************/ 20 /*************************************************************************************************/ 24 /*************************************************************************************************/ 35 /*************************************************************************************************/ 108 /*************************************************************************************************/ 112 /*************************************************************************************************/ 116 /*************************************************************************************************/
Definition: functional.hpp:26 InputIterator find_if(InputIterator first, InputIterator last, Predicate pred) find implementation Definition: find.hpp:174 InputIterator find_match(InputIterator first, InputIterator last, const T &value, Compare comp) find_match implementation Definition: find_match.hpp:43 |