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

Method StaticVectorImpl

cpp/src/arrow/util/small_vector.h:232–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 using const_reverse_iterator = std::reverse_iterator<const_iterator>;
231
232 constexpr StaticVectorImpl() noexcept = default;
233
234 // Move and copy constructors
235 StaticVectorImpl(StaticVectorImpl&& other) noexcept {

Callers

nothing calls this directly

Calls 7

const_data_ptrMethod · 0.80
move_constructMethod · 0.45
sizeMethod · 0.45
dataMethod · 0.45
bump_sizeMethod · 0.45
storage_ptrMethod · 0.45
constructMethod · 0.45

Tested by

no test coverage detected