struct ilist_tag

Declaration

template <class Tag>
struct ilist_tag { /* full declaration omitted */ };

Description

Option to specify a tag for the node type. This option allows a single value type to be inserted in multiple lists simultaneously. See \a ilist_node for usage examples.

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

Templates

Tag