MCPcopy Create free account
hub / github.com/boostorg/asio / coroutine_base_value

Method coroutine_base_value

include/boost/asio/coroutine.hpp:285–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283{
284public:
285 constexpr coroutine_base_value(int value) : value_(value) {}
286 constexpr operator bool() const { return false; }
287 constexpr int get() const { return value_; }
288private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected