LLVM 19.0.0git
Public Member Functions | List of all members
llvm::detail::index_stream Struct Reference

Infinite stream of increasing 0-based size_t indices. More...

#include "llvm/ADT/STLExtras.h"

Public Member Functions

index_iterator begin () const
 
index_iterator end () const
 

Detailed Description

Infinite stream of increasing 0-based size_t indices.

Definition at line 2356 of file STLExtras.h.

Member Function Documentation

◆ begin()

index_iterator llvm::detail::index_stream::begin ( ) const
inline

Definition at line 2357 of file STLExtras.h.

◆ end()

index_iterator llvm::detail::index_stream::end ( ) const
inline

Definition at line 2358 of file STLExtras.h.


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