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

Method back

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

Source from the content-addressed store, hash-verified

326
327template <typename ElementType, size_t preSize>
328typename SmallVector<ElementType, preSize>::reference SmallVector<ElementType, preSize>::back()
329{
330 DISTRHO_SAFE_ASSERT_RETURN (! empty(), _nullValue());
331 return elements[numElements - 1];
332}
333
334template <typename ElementType, size_t preSize>
335typename SmallVector<ElementType, preSize>::const_reference SmallVector<ElementType, preSize>::back() const

Callers 15

fInitializerFunction · 0.80
CardinalRemoteUIMethod · 0.80
fInitializerFunction · 0.80
fInitializerFunction · 0.80
fInitializerFunction · 0.80
fInitializerFunction · 0.80
fInitializerFunction · 0.80
fInitializerFunction · 0.80
releaseNoteMethod · 0.80
releasePedalMethod · 0.80
releaseNoteMethod · 0.80
releasePedalMethod · 0.80

Calls 1

emptyFunction · 0.50

Tested by

no test coverage detected