struct node_options

Declaration

template <class T,
          bool EnableSentinelTracking,
          bool IsSentinelTrackingExplicit,
          class TagT>
struct node_options { /* full declaration omitted */ };

Description

Traits for options for \a ilist_node. This is usually computed via \a compute_node_options.

Declared at: llvm/include/llvm/ADT/ilist_node_options.h:107

Templates

T
bool EnableSentinelTracking
bool IsSentinelTrackingExplicit
TagT

Member Variables

public static const bool enable_sentinel_tracking = EnableSentinelTracking
public static const bool is_sentinel_tracking_explicit = IsSentinelTrackingExplicit