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

Method empty

common/sys/array.h:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 /********************** Capacity ****************************/
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

Callers 2

FileNameMethod · 0.45
allocateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected