Skip to content
Snippets Groups Projects
Commit bd8ff136 authored by henry's avatar henry
Browse files

Cosmetic changes.

parent 6b9534c9
No related branches found
No related tags found
No related merge requests found
...@@ -109,6 +109,7 @@ public: ...@@ -109,6 +109,7 @@ public:
template<class AnyType, class AnyHash> template<class AnyType, class AnyHash>
HashSet(const HashTable<AnyType, Key, AnyHash>&); HashSet(const HashTable<AnyType, Key, AnyHash>&);
// Member Functions // Member Functions
// Edit // Edit
...@@ -135,6 +136,7 @@ public: ...@@ -135,6 +136,7 @@ public:
return insert(lst); return insert(lst);
} }
// Member Operators // Member Operators
//- Return true if the entry exists, same as found() //- Return true if the entry exists, same as found()
...@@ -165,7 +167,6 @@ public: ...@@ -165,7 +167,6 @@ public:
//- Remove entries listed in the given HashSet from this HashSet //- Remove entries listed in the given HashSet from this HashSet
void operator-=(const HashSet<Key, Hash>&); void operator-=(const HashSet<Key, Hash>&);
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment