codex
|
#include <algorithm>
#include <cassert>
#include <cstddef>
#include <iterator>
#include <ranges>
Go to the source code of this file.
Namespaces | |
namespace | codex |
Functions | |
template<std::random_access_iterator I, std::sentinel_for< I > S> | |
I | codex::lower_bound (I b, S e, const auto &x) |
template<std::random_access_iterator I, std::sentinel_for< I > S> | |
bool | codex::bsearch (I b, S e, const auto &x) |