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

Method empty

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

Source from the content-addressed store, hash-verified

89 /********************** Capacity ****************************/
90
91 __forceinline bool empty () const { return size_active == 0; }
92 __forceinline size_t size () const { return size_active; }
93 __forceinline size_t capacity () const { return size_alloced; }
94

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected