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