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

Method operator +

CoreLib/Base/Queue.h:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 }
116
117 QueueConstIterator operator + (difference_type n) const
118 {
119 return QueueConstIterator(queue_, index_ + n);
120 }
121
122 QueueConstIterator operator - (difference_type n) const
123 {

Callers

nothing calls this directly

Calls 1

QueueConstIteratorClass · 0.85

Tested by

no test coverage detected