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

Method operator -

CoreLib/Base/BaseArray.h:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 }
155
156 ContiguousConstIterator operator - (difference_type n) const
157 {
158 return ContiguousConstIterator(ptr_ - n);
159 }
160
161 difference_type operator - (ContiguousConstIterator const& o) const
162 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected