ΒΆtemplate <typename R, typename T>
auto find(R&& Range, const T& Val)

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:1637

Templates

R
T

Parameters

R&& Range
const T& Val