Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ pop_back
Method
pop_back
common/sys/array.h:86–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
__forceinline void pop_back()
87
{
88
assert(!empty());
89
M--;
90
}
91
92
__forceinline void clear() {
93
M = 0;
Callers
15
open_sequential
Method · 0.45
layoutLargeNodes
Method · 0.45
setNumThreads
Method · 0.45
parse_benchmark_list
Method · 0.45
TableMergeDrawChannels
Method · 0.45
PopStyleColor
Method · 0.45
PopStyleVar
Method · 0.45
RenderDimmedBackgroundBehindWindow
Method · 0.45
End
Method · 0.45
PopFont
Method · 0.45
PopItemFlag
Method · 0.45
EndDisabled
Method · 0.45
Calls
1
empty
Function · 0.85
Tested by
no test coverage detected