Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ Capacity
Method
Capacity
KernelLibrary/kvector.h:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
size_t Capacity() const {
31
return m_Capacity;
32
}
33
34
void Add(const T& value) {
35
NT_ASSERT(m_Size <= m_Capacity);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected