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