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

Method operator +

CoreLib/Base/BaseArray.h:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 }
150
151 ContiguousConstIterator operator + (difference_type n) const
152 {
153 return ContiguousConstIterator(ptr_ + n);
154 }
155
156 ContiguousConstIterator operator - (difference_type n) const
157 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected