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

Method begin

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

Source from the content-addressed store, hash-verified

332 // Iterators
333
334 iterator begin() { return iterator(data_ptr()); }
335
336 constexpr const_iterator begin() const { return const_iterator(const_data_ptr()); }
337

Callers

nothing calls this directly

Calls 1

iteratorClass · 0.70

Tested by

no test coverage detected