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

Method data

stdlib/cpp/vector.hpp:284–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282 }
283
284 T* data() noexcept { return data_; }
285 const T* data() const noexcept { return data_; }
286
287private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected