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

Method capacity

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 1

buildFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected