Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Swap
Method
Swap
Source/Engine/Core/Memory/Allocation.h:185–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
}
184
185
FORCE_INLINE void Swap(Data& other)
186
{
187
::Swap(_data, other._data);
188
}
189
};
190
};
191
Callers
1
MoveToEmpty
Function · 0.45
Calls
1
Swap
Function · 0.50
Tested by
no test coverage detected