Skip to content
Snippets Groups Projects
Commit c6e9b323 authored by Mark Olesen's avatar Mark Olesen
Browse files

added HashSet::operator[]() const

- can use the same syntax for boolList, PackedBoolList and labelHashSet
    if (myHashedSet[x]) ...
    if (myBoolList[x]) ...
    if (myPackedList[x]) ...
parent c048dd88
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment