MCPcopy Create free account
hub / github.com/RenderKit/embree / pop_back

Method pop_back

common/sys/vector.h:140–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 }
139
140 __forceinline void pop_back()
141 {
142 assert(!empty());
143 size_active--;
144 items[size_active].~T();
145 }
146
147 __forceinline void clear()
148 {

Callers

nothing calls this directly

Calls 1

emptyFunction · 0.85

Tested by

no test coverage detected