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:52–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
template <typename... A>
52
void construct(A&&... args) noexcept {
53
new (&data_) T(std::forward<A>(args)...);
54
}
55
56
template <typename V>
57
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