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

Method value

cpp/nd/impl/iterator_impl.hpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10template <typename T>
11inline array iterator::concrete_holder<T>::value() const
12{
13 return *value_;
14}
15
16inline array iterator::operator*() const
17{

Callers 1

operator*Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected