lower_bound.hpp
Go to the documentation of this file.
7 /*************************************************************************************************/
26 /*************************************************************************************************/
31 /*************************************************************************************************/
51 /*************************************************************************************************/
55 /*************************************************************************************************/
65 /*************************************************************************************************/
75 /*************************************************************************************************/
86 /*************************************************************************************************/
98 /*************************************************************************************************/
109 /*************************************************************************************************/
118 /*************************************************************************************************/
128 /*************************************************************************************************/
139 /*************************************************************************************************/
150 /*************************************************************************************************/
161 /*************************************************************************************************/
168 inline typename boost::range_iterator<ForwardRange>::type lower_bound(ForwardRange& range, const T& value)
179 inline typename boost::range_const_iterator<ForwardRange>::type lower_bound(const ForwardRange& range, const T& value)
207 inline typename boost::lazy_disable_if<boost::is_same<I, T>, boost::range_const_iterator<I> >::type
213 /*************************************************************************************************/
218 /*************************************************************************************************/
222 /*************************************************************************************************/
Definition: operator.hpp:123 Definition: functional.hpp:26 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) lower_bound implementation Definition: lower_bound.hpp:208 Definition: operator.hpp:52 |