LLVM: llvm::index_range Class Reference (original) (raw)

Increasing range of size_t indices. More...

#include "[llvm/ADT/STLExtras.h](STLExtras%5F8h%5Fsource.html)"

Public Member Functions
index_range (std::size_t Begin, std::size_t End)
detail::index_iterator begin () const
detail::index_iterator end () const

Detailed Description

Increasing range of size_t indices.

Definition at line 2437 of file STLExtras.h.

Constructor & Destructor Documentation

llvm::index_range::index_range ( std::size_t Begin, std::size_t End ) inline

Definition at line 2442 of file STLExtras.h.

Member Function Documentation

begin()

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

Definition at line 2443 of file STLExtras.h.

end()

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

Definition at line 2444 of file STLExtras.h.


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