MCPcopy Create free account
hub / github.com/Tracktion/choc / SmallVector

Method SmallVector

choc/containers/choc_SmallVector.h:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140template <typename ElementType, size_t preSize>
141SmallVector<ElementType, preSize>::SmallVector() noexcept : elements (getInternalStorage())
142{
143}
144
145template <typename ElementType, size_t preSize>
146SmallVector<ElementType, preSize>::~SmallVector() noexcept

Callers

nothing calls this directly

Calls 3

sizeMethod · 0.45

Tested by

no test coverage detected