MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / ~Vector

Method ~Vector

Kernel/include/vector.h:150–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 }
149
150 ~Vector(){
151 if(data){
152 delete[] data;
153 }
154 data = nullptr;
155 }
156
157 VectorIterator begin() const{
158 VectorIterator it = VectorIterator(*this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected