MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / begin

Method begin

Libraries/Containers/VectorSet.h:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 auto size() const { return items.size(); }
28
29 [[nodiscard]] Value* begin() { return items.begin(); }
30 [[nodiscard]] const Value* begin() const { return items.begin(); }
31 [[nodiscard]] Value* end() { return items.end(); }
32 [[nodiscard]] const Value* end() const { return items.end(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected