xo-alloc2: working operator* for AAllocIterator
This commit is contained in:
parent
af1707aa03
commit
cb0add52df
8 changed files with 45 additions and 3 deletions
|
|
@ -27,6 +27,8 @@ namespace xo {
|
|||
return O::iface()->compare(O::data(), other); }
|
||||
void next() noexcept { O::iface()->next(O::data()); }
|
||||
|
||||
AllocInfo operator*() const noexcept { return deref(); }
|
||||
|
||||
/** triggers operator++ in obj<RAllocIterator<Object>> **/
|
||||
void _preincrement() noexcept { this->next(); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue