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

Method cend

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

Source from the content-addressed store, hash-verified

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>
309typename SmallVector<ElementType, preSize>::iterator SmallVector<ElementType, preSize>::begin() noexcept { return elements; }
310template <typename ElementType, size_t preSize>

Callers 1

stepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected