Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SafeLoadAs
Function · 0.45
SafeLoad
Function · 0.45
SafeCopy
Function · 0.45
aligned_storage.h
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected