#include <boost/concept_check.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/range/concepts.hpp>
#include <algorithm>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::range | |
Functions | |
template<class ForwardRange , class Value > | |
bool | boost::range::binary_search (const ForwardRange &rng, const Value &val) |
template function binary_search More... | |
template<class ForwardRange , class Value , class BinaryPredicate > | |
bool | boost::range::binary_search (const ForwardRange &rng, const Value &val, BinaryPredicate pred) |