MCPcopy 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

DynamicStackArrayFunction · 0.45
array.hFile · 0.45
mapThreadIDFunction · 0.45
overflowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected