@b Complexity: O(1) @b Async-Handler-Safety: \asyncsafe.
| 264 | /// |
| 265 | /// @b Async-Handler-Safety: \asyncsafe. |
| 266 | const_iterator begin() const noexcept { return impl_.begin(); } |
| 267 | /// @b Complexity: O(1) |
| 268 | /// |
| 269 | /// @b Async-Handler-Safety: \asyncsafe. |
nothing calls this directly
no outgoing calls
no test coverage detected