MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / empty

Method empty

third-party/embreeSrc/common/sys/array.h:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 /********************** Capacity ****************************/
67
68 __forceinline bool empty () const { return M == 0; }
69 __forceinline size_t size () const { return M; }
70 __forceinline size_t capacity () const { return N; }
71 __forceinline size_t max_size () const { return N; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected