Get a random-access iterator to the first element.
| 343 | |
| 344 | /// Get a random-access iterator to the first element. |
| 345 | const_iterator begin() const noexcept |
| 346 | { |
| 347 | return &buf_; |
| 348 | } |
| 349 | |
| 350 | /// Get a random-access iterator for one past the last element. |
| 351 | const_iterator end() const noexcept |
no outgoing calls
no test coverage detected