Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ expected
Class
expected
include/experimental/expected.hpp:62–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
using namespace std;
61
62
template <class T, class E> class expected;
63
template <class E> class unexpected;
64
template <class E> unexpected(E) -> unexpected<E>;
65
Callers
nothing calls this directly
Calls
2
has_value
Method · 0.45
construct_value
Method · 0.45
Tested by
no test coverage detected