LLVM 19.0.0git
Public Types | List of all members
llvm::detail::fwd_or_bidi_tag_impl< is_bidirectional > Struct Template Reference

#include "llvm/ADT/STLExtras.h"

Public Types

using type = std::forward_iterator_tag
 

Detailed Description

template<bool is_bidirectional>
struct llvm::detail::fwd_or_bidi_tag_impl< is_bidirectional >

Definition at line 546 of file STLExtras.h.

Member Typedef Documentation

◆ type

template<bool is_bidirectional>
using llvm::detail::fwd_or_bidi_tag_impl< is_bidirectional >::type = std::forward_iterator_tag

Definition at line 547 of file STLExtras.h.


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