MCPcopy Create free account
hub / github.com/ConorWilliams/libfork / basic_eventually

Method basic_eventually

single_header/libfork.hpp:3543–3545  ·  view source on GitHub ↗

* @brief Construct an empty eventually. */

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected