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

Method SetAt

KernelLibrary/kvector.h:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 void SetAt(size_t index, const T& value) {
60 NT_ASSERT(index < m_Size);
61 m_array[index] = value;
62 }
63
64 void RemoveAt(size_t index) {
65 NT_ASSERT(index < m_Size);

Callers 3

OnCopyAllMethod · 0.80
ShowValuePropertiesMethod · 0.80
DrawItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected