MCPcopy 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

popCascadeMethod · 0.45
addActorMethod · 0.45
addVertexDataMethod · 0.45
markVerticesMethod · 0.45
addVertexDataMethod · 0.45
removeMethod · 0.45
requestSlotMethod · 0.45
popChunkMethod · 0.45
abortAllRequestsMethod · 0.45
processLoadRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected