struct is_one_of

Declaration

template <typename T, typename... Ts>
struct is_one_of { /* full declaration omitted */ };

Description

traits class for checking whether type T is one of any of the given types in the variadic list.

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

Templates

T
Ts

Member Variables

public static const bool value = false