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

Method operator +

CoreLib/Base/Queue.h:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 QueueIterator operator + (difference_type n) const
46 {
47 return QueueIterator(queue_, index_ + n);
48 }
49
50 QueueIterator operator - (difference_type n) const
51 {

Callers

nothing calls this directly

Calls 1

QueueIteratorClass · 0.85

Tested by

no test coverage detected