stlab.adobe.com Adobe Systems Incorporated

Functions

template<class ForwardRange , class T >
boost::range_iterator< ForwardRange >::type lower_bound (ForwardRange &range, const T &value)
 
template<class ForwardRange , class T >
boost::range_const_iterator< ForwardRange >::type lower_bound (const ForwardRange &range, const T &value)
 
template<typename I , class T , class Compare >
boost::lazy_disable_if< boost::is_same< I, T >, boost::range_iterator< I > >::type lower_bound (I &range, const T &value, Compare comp)
 
template<class I , class T , class Compare >
boost::lazy_disable_if< boost::is_same< I, T >, boost::range_const_iterator< I > >::type lower_bound (const I &range, const T &value, Compare comp)
 

Detailed Description

See also

Function Documentation

§ lower_bound() [1/4]

boost::range_iterator<ForwardRange>::type adobe::fn::lower_bound ( ForwardRange &  range,
const T &  value 
)

lower_bound implementation

Definition at line 168 of file lower_bound.hpp.

§ lower_bound() [2/4]

boost::range_const_iterator<ForwardRange>::type adobe::fn::lower_bound ( const ForwardRange &  range,
const T &  value 
)

lower_bound implementation

Definition at line 179 of file lower_bound.hpp.

§ lower_bound() [3/4]

boost::lazy_disable_if<boost::is_same<I, T>, boost::range_iterator<I> >::type adobe::fn::lower_bound ( I &  range,
const T &  value,
Compare  comp 
)

lower_bound implementation

lower_bound implementation

Definition at line 196 of file lower_bound.hpp.

§ lower_bound() [4/4]

boost::lazy_disable_if<boost::is_same<I, T>, boost::range_const_iterator<I> >::type adobe::fn::lower_bound ( const I &  range,
const T &  value,
Compare  comp 
)

lower_bound implementation

Definition at line 208 of file lower_bound.hpp.

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