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

Method destroy

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

Source from the content-addressed store, hash-verified

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

Callers 4

SafeLoadAsFunction · 0.45
SafeLoadFunction · 0.45
SafeCopyFunction · 0.45
aligned_storage.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected