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