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

Method capacity

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

Source from the content-addressed store, hash-verified

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; }
72
73 void resize(size_t new_size) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected