MCPcopy Create free account
hub / github.com/activeloopai/deeplake / operator--

Method operator--

cpp/nd/iterator.hpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 void operator--()
38 {
39 data_ = std::span<const uint8_t>(data_.data() - data_.size(), data_.size());
40 }
41
42 void operator+=(std::ptrdiff_t n)
43 {

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected