Get a random-access iterator to the first element.
| 363 | |
| 364 | /// Get a random-access iterator to the first element. |
| 365 | const_iterator begin() const ASIO_NOEXCEPT |
| 366 | { |
| 367 | return &buf_; |
| 368 | } |
| 369 | |
| 370 | /// Get a random-access iterator for one past the last element. |
| 371 | const_iterator end() const ASIO_NOEXCEPT |
no outgoing calls
no test coverage detected