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

Go to the source code of this file.

Namespaces

namespace  adobe

Functions

template<typename I, typename T, typename C, typename P>
binary_search (I f, I l, const T &x, C c, P p)
template<typename I, typename T, typename C>
binary_search (I f, I l, const T &x, C c)
template<typename I, typename T>
binary_search (I f, I l, const T &x)
template<typename I, typename T>
boost::range_iterator< I >::type binary_search (I &range, const T &x)
template<typename I, typename T>
boost::range_const_iterator< I >::type binary_search (const I &range, const T &x)
template<typename I, typename T, typename C>
boost::range_iterator< I >::type binary_search (I &range, const T &x, C c)
template<typename I, typename T, typename C>
boost::range_const_iterator< I >::type binary_search (const I &range, const T &x, C c)
template<typename I, typename T, typename C, typename P>
boost::lazy_disable_if< std::is_same< I, T >, boost::range_iterator< I > >::type binary_search (I &r, const T &x, C c, P p)
template<typename I, typename T, typename C, typename P>
boost::lazy_disable_if< std::is_same< I, T >, boost::range_const_iterator< I > >::type binary_search (const I &r, const T &x, C c, P p)