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

Method cbegin

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

Source from the content-addressed store, hash-verified

303typename SmallVector<ElementType, preSize>::const_iterator SmallVector<ElementType, preSize>::end() const noexcept { return elements + numElements; }
304template <typename ElementType, size_t preSize>
305typename SmallVector<ElementType, preSize>::const_iterator SmallVector<ElementType, preSize>::cbegin() const noexcept { return elements; }
306template <typename ElementType, size_t preSize>
307typename SmallVector<ElementType, preSize>::const_iterator SmallVector<ElementType, preSize>::cend() const noexcept { return elements + numElements; }
308template <typename ElementType, size_t preSize>

Callers 1

stepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected