@b Complexity: O(1) @b Async-Handler-Safety: \asyncsafe.
| 289 | /// |
| 290 | /// @b Async-Handler-Safety: \asyncsafe. |
| 291 | const_reverse_iterator rend() const noexcept { return impl_.rend(); } |
| 292 | /// @b Complexity: O(1) |
| 293 | /// |
| 294 | /// @b Async-Handler-Safety: \asyncsafe. |
nothing calls this directly
no outgoing calls
no test coverage detected