binary_search.hpp
Go to the documentation of this file.
7 /*************************************************************************************************/
22 /*************************************************************************************************/
41 /*************************************************************************************************/
95 /*************************************************************************************************/
139 inline typename boost::range_const_iterator<I>::type binary_search(const I& range, const T& x, C c)
144 /*************************************************************************************************/
155 /*************************************************************************************************/
170 /*************************************************************************************************/
|