Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ operator -
Method
operator -
CoreLib/Base/BaseArray.h:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
ContiguousIterator operator - (difference_type n) const
68
{
69
return ContiguousIterator(ptr_ - n);
70
}
71
72
difference_type operator - (ContiguousIterator const& o) const
73
{
Callers
nothing calls this directly
Calls
1
ContiguousIterator
Class · 0.85
Tested by
no test coverage detected