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

Method end

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

Source from the content-addressed store, hash-verified

26 size_type size() const { return size_; }
27 const_iterator begin() const { return data_; }
28 const_iterator end() const { return data_ + size_; }
29};
30
31#endif // INITIALIZER_LIST_HPP

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected