Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanielChappuis/reactphysics3d
/ ~Set
Method
~Set
include/reactphysics3d/containers/Set.h:253–256 ·
view source on GitHub ↗
Destructor
Source
from the content-addressed store, hash-verified
251
252
/// Destructor
253
~Set() {
254
255
clear(true);
256
}
257
258
/// Allocate memory for a given number of elements
259
void reserve(uint64 capacity) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected