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

Method dropConst

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

Source from the content-addressed store, hash-verified

2136#ifndef _D3D12MA_LIST_CONST_ITERATOR_FUNCTIONS
2137template<typename T>
2138typename List<T>::iterator List<T>::const_iterator::dropConst() const
2139{
2140 return iterator(const_cast<List<T>*>(m_pList), const_cast<Item*>(m_pItem));
2141}
2142
2143template<typename T>
2144const T& List<T>::const_iterator::operator*() const

Callers 3

GetAllocationInfoMethod · 0.80
FreeMethod · 0.80

Calls 2

iteratorClass · 0.70
reverse_iteratorClass · 0.70

Tested by

no test coverage detected