Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ pop_back
Method
pop_back
BeefySysLib/util/Array.h:739–744 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
737
}
738
739
void pop_back()
740
{
741
BF_ASSERT(this->mSize > 0);
742
this->mVals[this->mSize - 1].~T();
743
--this->mSize;
744
}
745
746
void Add(const T& val)
747
{
Callers
15
IgnoreLiveObjectsLocked
Method · 0.45
FreeObject
Method · 0.45
PassObject
Method · 0.45
GenerateCollisionData
Method · 0.45
AllocateBatch
Method · 0.45
~FBXReader
Method · 0.45
FBXLoadClip
Method · 0.45
BfpDirectory_Exists
Function · 0.45
WatchSubdirectories
Method · 0.45
Shutdown
Method · 0.45
DoUpdate
Method · 0.45
CheckBreakpoint
Method · 0.45
Calls
no outgoing calls
Tested by
4
FreeObject
Method · 0.36
PassObject
Method · 0.36
FreeObject
Method · 0.36
PassObject
Method · 0.36