MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / end

Method end

KernelLibrary/kvector.h:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 T* end() {
92 return m_array + m_Size;
93 }
94
95 const T* end() const {
96 return m_array + m_Size;

Callers 2

GetExportsMethod · 0.45
GetForProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected