| 15235 | } |
| 15236 | |
| 15237 | stack_proxy operator[](difference_type index_offset) const { |
| 15238 | return stack_proxy(L, index + static_cast<int>(index_offset)); |
| 15239 | } |
| 15240 | |
| 15241 | iterator begin() { |
| 15242 | return iterator(L, index, stack_index() + return_count()); |
nothing calls this directly
no test coverage detected