Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wasm-c-api
/ operator=
Method
operator=
include/wasm.hh:111–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
auto operator=(vec&& that) -> vec& {
112
reset(that);
113
return *this;
114
}
115
116
auto operator[](size_t i) -> T& {
117
assert(i < size_);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected