Adobe Source Libraries 2.0.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
find_match.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  adobe

Functions

template<class InputIterator, class T, class Compare>
InputIterator find_match (InputIterator first, InputIterator last, const T &value, Compare comp)
 find_match implementation
template<class InputRange, class T, class Compare>
boost::range_iterator< InputRange >::type find_match (InputRange &range, const T &value, Compare comp)
 find_match implementation
template<class InputRange, class T, class Compare>
boost::range_const_iterator< InputRange >::type find_match (const InputRange &range, const T &value, Compare comp)
 find_match implementation
template<class InputIterator, class T, class Compare>
InputIterator find_match (InputIterator first, InputIterator last, const T &value)
 find_match implementation
template<class InputRange, class T, class Compare>
boost::range_iterator< InputRange >::type find_match (InputRange &range, const T &value)
 find_match implementation
template<class InputRange, class T, class Compare>
boost::range_const_iterator< InputRange >::type find_match (const InputRange &range, const T &value)
 find_match implementation