some more doc for containers
This commit is contained in:
@ -67,7 +67,7 @@ public:
|
||||
}
|
||||
|
||||
bool operator==(HybridIterator other) {
|
||||
return value == other->value;
|
||||
return value == other.value;
|
||||
}
|
||||
|
||||
bool operator!=(HybridIterator other) {
|
||||
|
Reference in New Issue
Block a user