MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / capacity

Method capacity

include/choc/choc_SmallVector.h:348–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346
347template <typename ElementType, size_t preSize>
348typename SmallVector<ElementType, preSize>::size_type SmallVector<ElementType, preSize>::capacity() const noexcept { return numAllocated; }
349
350template <typename ElementType, size_t preSize>
351bool SmallVector<ElementType, preSize>::empty() const noexcept { return numElements == 0; }

Callers 1

ShowDemoWindowWidgetsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected