Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
Functions | |
template<class ForwardRange, class T> | |
boost::range_iterator< ForwardRange >::type | lower_bound (ForwardRange &range, const T &value) |
lower_bound implementation | |
template<class ForwardRange, class T> | |
boost::range_const_iterator< ForwardRange >::type | lower_bound (const ForwardRange &range, const T &value) |
lower_bound implementation | |
template<typename I, class T, class Compare> | |
boost::lazy_disable_if< std::is_same< I, T >, boost::range_iterator< I > >::type | lower_bound (I &range, const T &value, Compare comp) |
lower_bound implementation | |
template<class I, class T, class Compare> | |
boost::lazy_disable_if< std::is_same< I, T >, boost::range_const_iterator< I > >::type | lower_bound (const I &range, const T &value, Compare comp) |
lower_bound implementation |
boost::range_iterator< ForwardRange >::type lower_bound | ( | ForwardRange & | range, |
const T & | value ) |
Definition at line 174 of file lower_bound.hpp.
boost::range_const_iterator< ForwardRange >::type lower_bound | ( | const ForwardRange & | range, |
const T & | value ) |
Definition at line 186 of file lower_bound.hpp.
boost::lazy_disable_if< std::is_same< I, T >, boost::range_iterator< I > >::type lower_bound | ( | I & | range, |
const T & | value, | ||
Compare | comp ) |
lower_bound implementation
Definition at line 202 of file lower_bound.hpp.
boost::lazy_disable_if< std::is_same< I, T >, boost::range_const_iterator< I > >::type lower_bound | ( | const I & | range, |
const T & | value, | ||
Compare | comp ) |
Definition at line 213 of file lower_bound.hpp.