upper_bound |
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:
- STL documentation for upper_bound
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.