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

Method end

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

Source from the content-addressed store, hash-verified

338 constexpr const_iterator cbegin() const { return const_iterator(const_data_ptr()); }
339
340 iterator end() { return iterator(data_ptr() + storage_.size_); }
341
342 constexpr const_iterator end() const {
343 return const_iterator(const_data_ptr() + storage_.size_);

Callers

nothing calls this directly

Calls 1

iteratorClass · 0.70

Tested by

no test coverage detected