Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ move_assign
Method
move_assign
cpp/src/arrow/util/aligned_storage.h:65–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
void move_assign(AlignedStorage* other) noexcept { *get() = std::move(*other->get()); }
66
67
template <bool CanMemcpy = can_memcpy>
68
static typename std::enable_if<CanMemcpy>::type move_construct_several(
Callers
1
insert
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected