MCPcopy 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

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