lower_bound |
Functions | |
template<class ForwardRange , class T > | |
boost::range_iterator < ForwardRange >::type | lower_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 | lower_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 | lower_bound (I &range, const T &value, Compare comp) |
template<class ForwardRange , class T > | |
boost::range_const_iterator < ForwardRange >::type | lower_bound (const ForwardRange &range, const T &value) |
Detailed Description
- See also:
- STL documentation for lower_bound
Function Documentation
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.
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.
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
Definition at line 196 of file lower_bound.hpp.
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.