add Cursor::operator*()
This commit is contained in:
parent
07eca3268c
commit
940165a78f
@ -73,6 +73,7 @@ public:
|
||||
{
|
||||
return m_iterator < other.m_iterator;
|
||||
}
|
||||
uint32_t operator*() { return *m_iterator; }
|
||||
|
||||
protected:
|
||||
Iterator m_iterator;
|
||||
|
Loading…
x
Reference in New Issue
Block a user