MCPcopy Create free account
hub / github.com/ThePhD/sol2 / operator++

Method operator++

include/sol/stack_iterator.hpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 stack_iterator operator++(int) {
75 auto r = *this;
76 this->operator++();
77 return r;
78 }
79
80 stack_iterator& operator--() {
81 --index;

Callers 1

pairs_iteratorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected