@b Complexity: O(1) @b Async-Handler-Safety: \asyncsafe.
| 293 | /// |
| 294 | /// @b Async-Handler-Safety: \asyncsafe. |
| 295 | const_reverse_iterator crend() const noexcept { return impl_.rend(); } |
| 296 | |
| 297 | |
| 298 | /// @brief Allows to check that stack trace capturing was successful. |
nothing calls this directly
no outgoing calls
no test coverage detected