@b Complexity: O(1) @b Async-Handler-Safety: \asyncsafe.
| 272 | /// |
| 273 | /// @b Async-Handler-Safety: \asyncsafe. |
| 274 | const_iterator end() const noexcept { return impl_.end(); } |
| 275 | /// @b Complexity: O(1) |
| 276 | /// |
| 277 | /// @b Async-Handler-Safety: \asyncsafe. |
nothing calls this directly
no outgoing calls
no test coverage detected