1
0
forked from fsfw/fsfw

some more doc for containers

This commit is contained in:
2020-03-19 12:38:11 +01:00
parent a3903f80fb
commit b7e3449b04
5 changed files with 66 additions and 39 deletions

View File

@ -67,7 +67,7 @@ public:
}
bool operator==(HybridIterator other) {
return value == other->value;
return value == other.value;
}
bool operator!=(HybridIterator other) {