LLVM 20.0.0git
|
#include "llvm/ADT/STLExtras.h"
Public Member Functions | |
index_iterator (std::size_t Index) | |
index_iterator & | operator+= (std::ptrdiff_t N) |
index_iterator & | operator-= (std::ptrdiff_t N) |
std::ptrdiff_t | operator- (const index_iterator &R) const |
std::size_t | operator* () const |
Public Member Functions inherited from llvm::iterator_facade_base< index_iterator, std::random_access_iterator_tag, std::size_t > | |
index_iterator | operator+ (std::ptrdiff_t n) const |
index_iterator | operator- (std::ptrdiff_t n) const |
index_iterator & | operator++ () |
index_iterator | operator++ (int) |
index_iterator & | operator-- () |
index_iterator | operator-- (int) |
bool | operator!= (const index_iterator &RHS) const |
bool | operator> (const index_iterator &RHS) const |
bool | operator<= (const index_iterator &RHS) const |
bool | operator>= (const index_iterator &RHS) const |
PointerProxy | operator-> () const |
ReferenceProxy | operator[] (std::ptrdiff_t n) const |
Friends | |
bool | operator== (const index_iterator &Lhs, const index_iterator &Rhs) |
bool | operator< (const index_iterator &Lhs, const index_iterator &Rhs) |
Additional Inherited Members | |
Public Types inherited from llvm::iterator_facade_base< index_iterator, std::random_access_iterator_tag, std::size_t > | |
using | iterator_category = std::random_access_iterator_tag |
using | value_type = std::size_t |
using | difference_type = std::ptrdiff_t |
using | pointer = std::size_t * |
using | reference = std::size_t & |
Protected Types inherited from llvm::iterator_facade_base< index_iterator, std::random_access_iterator_tag, std::size_t > | |
enum | |
Definition at line 2333 of file STLExtras.h.
|
inline |
Definition at line 2336 of file STLExtras.h.
|
inline |
Definition at line 2357 of file STLExtras.h.
|
inline |
Definition at line 2338 of file STLExtras.h.
References N.
|
inline |
Definition at line 2348 of file STLExtras.h.
|
inline |
Definition at line 2343 of file STLExtras.h.
References N.
|
friend |
Definition at line 2363 of file STLExtras.h.
|
friend |
Definition at line 2359 of file STLExtras.h.