LLVM 17.0.0git
Classes | 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"

Classes

struct  iterator
 

Public Member Functions

iterator begin () const
 
iterator end () const
 

Detailed Description

Infinite stream of increasing 0-based size_t indices.

Definition at line 2357 of file STLExtras.h.

Member Function Documentation

◆ begin()

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

Definition at line 2381 of file STLExtras.h.

◆ end()

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

Definition at line 2382 of file STLExtras.h.

References llvm::detail::index_stream::iterator::Index.


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