Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGRECave/ogre-next
/ pop_back
Method
pop_back
OgreMain/include/OgreFastArray.h:182–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
void pop_back()
183
{
184
assert( mSize > 0 &&
"Can't pop a zero-sized array"
);
185
--mSize;
186
mData[mSize].~T();
187
}
188
189
iterator insert( iterator where, const T &val )
190
{
Callers
15
popCascade
Method · 0.45
addActor
Method · 0.45
addVertexData
Method · 0.45
markVertices
Method · 0.45
addVertexData
Method · 0.45
remove
Method · 0.45
requestSlot
Method · 0.45
popChunk
Method · 0.45
abortAllRequests
Method · 0.45
_reserveSlotForTexture
Method · 0.45
_updateTextureMultiLoadWorkerThread
Method · 0.45
processLoadRequest
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected