MCPcopy Create free account
hub / github.com/apache/arrow / destroy

Method destroy

cpp/src/arrow/util/aligned_storage.h:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 void destroy() noexcept {
46 if (!std::is_trivially_destructible<T>::value) {
47 get()->~T();
48 }
49 }
50
51 template <typename... A>
52 void construct(A&&... args) noexcept {

Calls

no outgoing calls

Tested by

no test coverage detected