Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPathGuidingLibrary/openpgl
/ size
Method
size
third-party/embreeSrc/common/sys/array.h:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
__forceinline bool empty () const { return N == 0; }
26
__forceinline size_t size () const { return N; }
27
__forceinline size_t max_size () const { return N; }
28
29
Callers
4
DynamicStackArray
Function · 0.45
array.h
File · 0.45
mapThreadID
Function · 0.45
overflow
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected