| 109 | } |
| 110 | |
| 111 | reference operator[](difference_type idx) const { |
| 112 | return proxy_t(L, index + static_cast<int>(idx)); |
| 113 | } |
| 114 | |
| 115 | bool operator==(const stack_iterator& r) const { |
| 116 | if (stacktop == (std::numeric_limits<int>::max)()) { |
nothing calls this directly
no outgoing calls
no test coverage detected