stlab.adobe.com Adobe Systems Incorporated

Functions

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

Detailed Description

See also:

Function Documentation

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

upper_bound implementation

Definition at line 172 of file upper_bound.hpp.

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

upper_bound implementation

Definition at line 212 of file upper_bound.hpp.

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

upper_bound implementation

Definition at line 200 of file upper_bound.hpp.

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

upper_bound implementation

Definition at line 183 of file upper_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