MCPcopy Create free account
hub / github.com/IntegralPilot/wasm_os / begin

Method begin

stdlib/cpp/initializer_list.hpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 // Member functions
26 size_type size() const { return size_; }
27 const_iterator begin() const { return data_; }
28 const_iterator end() const { return data_ + size_; }
29};
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected