MCPcopy Create free account
hub / github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator / cbegin

Method cbegin

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

Source from the content-addressed store, hash-verified

5591 iterator end() { return iterator(&m_RawList, VMA_NULL); }
5592
5593 const_iterator cbegin() const { return const_iterator(&m_RawList, m_RawList.Front()); }
5594 const_iterator cend() const { return const_iterator(&m_RawList, VMA_NULL); }
5595
5596 const_iterator begin() const { return cbegin(); }

Callers

nothing calls this directly

Calls 2

const_iteratorClass · 0.85
FrontMethod · 0.45

Tested by

no test coverage detected