Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
/ Back
Method
Back
include/vk_mem_alloc.h:5222–5222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5220
5221
ItemType* Front() { return m_pFront; }
5222
ItemType* Back() { return m_pBack; }
5223
const ItemType* Front() const { return m_pFront; }
5224
const ItemType* Back() const { return m_pBack; }
5225
Callers
3
rbegin
Method · 0.45
crbegin
Method · 0.45
vk_mem_alloc.h
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected