ΒΆtemplate <typename R, typename T>
auto upper_bound(R&& Range, T&& Value)
template <typename R, typename T>
auto upper_bound(R&& Range, T&& Value)
Description
Provide wrappers to std::upper_bound which take ranges instead of having to pass begin/end explicitly.
Declared at: llvm/include/llvm/ADT/STLExtras.h:1749
Templates
- R
- T
Parameters
- R&& Range
- T&& Value