LLVM 19.0.0git
Public Types | List of all members
llvm::ilist_select_iterator_type< use_iterator_bits, Opts, arg1, arg2 > Class Template Reference

#include "llvm/ADT/ilist_node.h"

Public Types

using type = ilist_iterator< Opts, arg1, arg2 >
 

Detailed Description

template<bool use_iterator_bits, typename Opts, bool arg1, bool arg2>
class llvm::ilist_select_iterator_type< use_iterator_bits, Opts, arg1, arg2 >

Definition at line 36 of file ilist_node.h.

Member Typedef Documentation

◆ type

template<bool use_iterator_bits, typename Opts , bool arg1, bool arg2>
using llvm::ilist_select_iterator_type< use_iterator_bits, Opts, arg1, arg2 >::type = ilist_iterator<Opts, arg1, arg2>

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