MCPcopy 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

StaticVectorImplMethod · 0.45
push_backMethod · 0.45
emplace_backMethod · 0.45
insertMethod · 0.45
resizeMethod · 0.45
init_by_copyingMethod · 0.45
assign_by_copyingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected