| 15379 | } |
| 15380 | |
| 15381 | stack_proxy operator[](difference_type index_offset) const { |
| 15382 | return stack_proxy(L, index + static_cast<int>(index_offset)); |
| 15383 | } |
| 15384 | |
| 15385 | iterator begin() { |
| 15386 | return iterator(L, index, stack_index() + return_count()); |
nothing calls this directly
no test coverage detected