Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ construct
Method
construct
cpp/src/arrow/util/aligned_storage.h:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
50
template <typename... A>
51
void construct(A&&... args) noexcept {
52
new (&data_) T(std::forward<A>(args)...);
53
}
54
55
template <typename V>
56
void assign(V&& v) noexcept {
Callers
7
StaticVectorImpl
Method · 0.45
push_back
Method · 0.45
emplace_back
Method · 0.45
insert
Method · 0.45
resize
Method · 0.45
init_by_copying
Method · 0.45
assign_by_copying
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected