|
Blender V4.3
|
#include <BLI_index_range.hh>
Inherits blender::iterator::RandomAccessIteratorMixin< Iterator >.
Public Types | |
| using | value_type = int64_t |
| using | pointer = const int64_t * |
| using | reference = int64_t |
Public Types inherited from blender::iterator::RandomAccessIteratorMixin< Iterator > | |
| using | iterator_category |
| using | difference_type |
Public Member Functions | |
| constexpr | Iterator (int64_t current) |
| constexpr int64_t | operator* () const |
| const int64_t & | iter_prop () const |
Public Member Functions inherited from blender::iterator::RandomAccessIteratorMixin< Iterator > | |
| constexpr decltype(auto) | operator[] (const std::ptrdiff_t i) |
| constexpr decltype(auto) | operator[] (const std::ptrdiff_t i) const |
| auto & | iter_prop_mutable () |
Definition at line 94 of file BLI_index_range.hh.
| using blender::IndexRange::Iterator::pointer = const int64_t * |
Definition at line 97 of file BLI_index_range.hh.
Definition at line 98 of file BLI_index_range.hh.
Definition at line 96 of file BLI_index_range.hh.
|
inlineexplicitconstexpr |
Definition at line 104 of file BLI_index_range.hh.
|
inline |
Definition at line 111 of file BLI_index_range.hh.
|
inlineconstexpr |
Definition at line 106 of file BLI_index_range.hh.