Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
bd8ff136
Commit
bd8ff136
authored
Dec 02, 2009
by
henry
Browse files
Cosmetic changes.
parent
6b9534c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/containers/HashTables/HashSet/HashSet.H
View file @
bd8ff136
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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