MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / HashSet

Function HashSet

Source/Engine/Core/Collections/HashSet.h:139–141  ·  view source on GitHub ↗

Initializes an empty without reserving any space.

Source from the content-addressed store, hash-verified

137 /// Initializes an empty <see cref="HashSet"/> without reserving any space.
138 /// </summary>
139 HashSet()
140 {
141 }
142
143 /// <summary>
144 /// Initializes an empty <see cref="HashSet"/> without reserving any space.

Callers

nothing calls this directly

Calls 3

MoveToEmptyFunction · 0.85
CloneFunction · 0.85
SetCapacityFunction · 0.70

Tested by

no test coverage detected