* @brief Construct an empty eventually. */
| 3541 | * @brief Construct an empty eventually. |
| 3542 | */ |
| 3543 | basic_eventually() noexcept |
| 3544 | requires (implicit_state && Exception) |
| 3545 | : m_exception{nullptr} {} |
| 3546 | |
| 3547 | /** |
| 3548 | * @brief Construct an empty eventually. |
nothing calls this directly
no outgoing calls
no test coverage detected