MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / crend

Method crend

modules/engine/graphics/src/d3d12/D3D12MemAlloc.cpp:925–925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

923 const iterator cend() const { return m_pArray + m_Count; }
924 const iterator crbegin() const { return cend() - 1; }
925 const iterator crend() const { return cbegin() - 1; }
926
927 void push_front(const T& src) { insert(0, src); }
928 void push_back(const T& src);

Callers

nothing calls this directly

Calls 1

cbeginFunction · 0.50

Tested by

no test coverage detected