ΒΆtemplate <typename T>
constexpr bool is_contained(
    std::initializer_list<T> Set,
    T Value)
template <typename T>
constexpr bool is_contained(
    std::initializer_list<T> Set,
    T Value)Declared at: llvm/include/llvm/ADT/STLExtras.h:1687
Templates
- T
Parameters
- std::initializer_list<T> Set
- T Value