ΒΆtemplate <typename R, typename E>
bool is_contained(R&& Range, const E& Element)

Description

Wrapper function around std::find to detect if an element exists in a container.

Declared at: llvm/include/llvm/ADT/STLExtras.h:1241

Templates

R
E

Parameters

R&& Range
const E& Element