MCPcopy Create free account
hub / github.com/activeloopai/deeplake / begin

Method begin

cpp/nd/impl/transformed_array.hpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 using iterator = chained_iterator<decltype(converter(std::declval<F>())), nd::iterator>;
108
109 iterator begin() const
110 {
111 return iterator(converter(f_), array_.begin());
112 }
113
114 iterator end() const
115 {

Callers 3

beginMethod · 0.45
beginMethod · 0.45
beginMethod · 0.45

Calls 1

iteratorClass · 0.70

Tested by

no test coverage detected