struct explicitness
Declaration
template <bool IsExplicit>
struct explicitness { /* full declaration omitted */ };
Description
Helper trait for recording whether an option is specified explicitly.
Declared at: llvm/include/llvm/ADT/ilist_node_options.h:37
Templates
- bool IsExplicit
Member Variables
- public static const bool is_explicit = IsExplicit