LLVM 19.0.0git
llvm::ilist_tag< Tag > Struct Template Reference

Option to specify a tag for the node type. More...

#include "llvm/ADT/ilist_node_options.h"

Detailed Description

template<class Tag>
struct llvm::ilist_tag< Tag >

Option to specify a tag for the node type.

This option allows a single value type to be inserted in multiple lists simultaneously. See ilist_node for usage examples.

Definition at line 32 of file ilist_node_options.h.


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