Get a random-access iterator for one past the last element.
| 349 | |
| 350 | /// Get a random-access iterator for one past the last element. |
| 351 | const_iterator end() const noexcept |
| 352 | { |
| 353 | return &buf_; |
| 354 | } |
| 355 | |
| 356 | private: |
| 357 | mutable_buffer buf_; |
no outgoing calls
no test coverage detected