stlab.adobe.com Adobe Systems Incorporated
binary_search.hpp File Reference
#include <adobe/config.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/const_iterator.hpp>
#include <boost/range/end.hpp>
#include <boost/range/iterator.hpp>
#include <adobe/algorithm/lower_bound.hpp>
#include <adobe/functional/operator.hpp>

Go to the source code of this file.

Namespaces

 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< boost::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< boost::is_same< I, T >, boost::range_const_iterator< I > >::type binary_search (const I &r, const T &x, C c, P p)
 

Copyright © 2006-2007 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google