MCPcopy Create free account
hub / github.com/Norbyte/bg3se / operator +

Method operator +

CoreLib/Base/BaseArray.h:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 ContiguousIterator operator + (difference_type n) const
63 {
64 return ContiguousIterator(ptr_ + n);
65 }
66
67 ContiguousIterator operator - (difference_type n) const
68 {

Callers

nothing calls this directly

Calls 1

ContiguousIteratorClass · 0.85

Tested by

no test coverage detected