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

Function operator+

include/sol/stack_iterator.hpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145
146 template <typename proxy_t, bool is_const>
147 inline stack_iterator<proxy_t, is_const> operator+(
148 typename stack_iterator<proxy_t, is_const>::difference_type n, const stack_iterator<proxy_t, is_const>& r) {
149 return r + n;
150 }
151} // namespace sol
152
153#endif // SOL_STACK_ITERATOR_HPP

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected