MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / begin

Method begin

Kernel/include/vector.h:157–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 }
156
157 VectorIterator begin() const{
158 VectorIterator it = VectorIterator(*this);
159
160 it.pos = 0;
161
162 return it;
163 }
164
165 VectorIterator end() const{
166 VectorIterator it = VectorIterator(*this);

Callers

nothing calls this directly

Calls 1

VectorIteratorClass · 0.85

Tested by

no test coverage detected