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

Method get

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

Source from the content-addressed store, hash-verified

34 std::is_trivially_default_constructible<T>::value;
35
36 constexpr T* get() noexcept {
37 return arrow::internal::launder(reinterpret_cast<T*>(&data_));
38 }
39
40 constexpr const T* get() const noexcept {
41 // Use fully qualified name to avoid ambiguities with MSVC (ARROW-14800)

Callers 4

move_constructMethod · 0.45
move_assignMethod · 0.45
AlignedStorageClass · 0.45
aligned_storage.hFile · 0.45

Calls 1

launderFunction · 0.85

Tested by

no test coverage detected