MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / Back

Method Back

include/vk_mem_alloc.h:4984–4984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4982
4983 ItemType* Front() { return m_pFront; }
4984 ItemType* Back() { return m_pBack; }
4985 const ItemType* Front() const { return m_pFront; }
4986 const ItemType* Back() const { return m_pBack; }
4987

Callers 3

rbeginMethod · 0.45
crbeginMethod · 0.45
vk_mem_alloc.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected