Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ operator-
Method
operator-
cpp/icm/flat_iterator.hpp:127–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
flat_iterator operator-(difference_type n) const
128
{
129
flat_iterator tmp = *this;
130
tmp -= n;
131
return tmp;
132
}
133
134
difference_type operator-(const flat_iterator& other) const
135
{
Callers
nothing calls this directly
Calls
2
end
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected