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 /*************************************************************************************************/
|