Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
192c0e56
Commit
192c0e56
authored
Dec 02, 2009
by
henry
Committed by
Mark Olesen
Dec 02, 2009
Browse files
Cosmetic changes.
parent
063d8ede
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/containers/HashTables/HashSet/HashSet.H
View file @
192c0e56
...
...
@@ -109,6 +109,7 @@ public:
template
<
class
AnyType
,
class
AnyHash
>
HashSet
(
const
HashTable
<
AnyType
,
Key
,
AnyHash
>&
);
// Member Functions
// Edit
...
...
@@ -135,6 +136,7 @@ public:
return
insert
(
lst
);
}
// Member Operators
//- Return true if the entry exists, same as found()
...
...
@@ -165,7 +167,6 @@ public:
//- Remove entries listed in the given HashSet from this HashSet
void
operator
-=
(
const
HashSet
<
Key
,
Hash
>&
);
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment