struct disjunction

Declaration

template <typename...>
struct disjunction : public std::integral_constant { /* full declaration omitted */ };

Declared at: llvm/include/llvm/ADT/STLForwardCompat.h:41

Inherits from: std::integral_constant

Templates