search.hpp
Go to the documentation of this file.
7 /*************************************************************************************************/
20 /*************************************************************************************************/
24 /*************************************************************************************************/
33 /*************************************************************************************************/
94 inline typename boost::range_const_iterator<ForwardRange1>::type search(const ForwardRange1& range1,
134 search_n(ForwardIterator first, ForwardIterator last, Size count, const T& value, BinaryPredicate pred)
163 /*************************************************************************************************/
167 /*************************************************************************************************/
171 /*************************************************************************************************/
Definition: functional.hpp:26 boost::range_difference< InputRange >::type count(InputRange &range, T &value) count implementation Definition: count.hpp:41 boost::range_const_iterator< ForwardRange1 >::type search(const ForwardRange1 &range1, const ForwardRange2 &range2, BinaryPredicate pred) search implementation Definition: search.hpp:94 boost::range_const_iterator< ForwardRange1 >::type search(const ForwardRange1 &range1, const ForwardRange2 &range2) search implementation Definition: search.hpp:41 boost::range_const_iterator< ForwardRange >::type search_n(const ForwardRange &range, Size count, const T &value, BinaryPredicate pred) search implementation Definition: search.hpp:158 boost::range_iterator< ForwardRange >::type search_n(ForwardRange &range, Size count, const T &value) search implementation Definition: search.hpp:110 |