|
|
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) |
|
- See also
-
boost::range_iterator<ForwardRange>::type adobe::fn::lower_bound |
( |
ForwardRange & |
range, |
|
|
const T & |
value |
|
) |
| |
boost::range_const_iterator<ForwardRange>::type adobe::fn::lower_bound |
( |
const ForwardRange & |
range, |
|
|
const T & |
value |
|
) |
| |
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.
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 |
|
) |
| |
|