MCPcopy Create free account
hub / github.com/fmtlib/fmt / expected

Method expected

test/scan.h:672–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670
671 public:
672 expected(T value) : value_(std::move(value)) {}
673
674 explicit operator bool() const { return has_value_; }
675

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected