LLVM 19.0.0git
Static Public Attributes | List of all members
llvm::ilist_detail::explicitness< IsExplicit > Struct Template Reference

Helper trait for recording whether an option is specified explicitly. More...

#include "llvm/ADT/ilist_node_options.h"

Inheritance diagram for llvm::ilist_detail::explicitness< IsExplicit >:
Inheritance graph
[legend]

Static Public Attributes

static const bool is_explicit = IsExplicit
 

Detailed Description

template<bool IsExplicit>
struct llvm::ilist_detail::explicitness< IsExplicit >

Helper trait for recording whether an option is specified explicitly.

Definition at line 45 of file ilist_node_options.h.

Member Data Documentation

◆ is_explicit

template<bool IsExplicit>
const bool llvm::ilist_detail::explicitness< IsExplicit >::is_explicit = IsExplicit
static

Definition at line 46 of file ilist_node_options.h.


The documentation for this struct was generated from the following file: