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

Method operator -

CoreLib/Base/Queue.h:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 }
121
122 QueueConstIterator operator - (difference_type n) const
123 {
124 return QueueConstIterator(queue_, index_ - n);
125 }
126
127 difference_type operator - (QueueConstIterator const& o) const
128 {

Callers

nothing calls this directly

Calls 1

QueueConstIteratorClass · 0.85

Tested by

no test coverage detected