LLVM 23.0.0git
llvm::ilist_detail::extract_parent< ilist_parent< ParentTy >, Options... > Struct Template Reference

#include "llvm/ADT/ilist_node_options.h"

Inheritance diagram for llvm::ilist_detail::extract_parent< ilist_parent< ParentTy >, Options... >:
[legend]

Public Types

using type = ParentTy

Detailed Description

template<class ParentTy, class... Options>
struct llvm::ilist_detail::extract_parent< ilist_parent< ParentTy >, Options... >

Definition at line 136 of file ilist_node_options.h.

Member Typedef Documentation

◆ type

template<class ParentTy, class... Options>
using llvm::ilist_detail::extract_parent< ilist_parent< ParentTy >, Options... >::type = ParentTy

Definition at line 137 of file ilist_node_options.h.


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