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