Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ expected
Method
expected
include/experimental/expected.hpp:1383–1383 ·
view source on GitHub ↗
4.1, constructors
Source
from the content-addressed store, hash-verified
1381
1382
// 4.1, constructors
1383
constexpr expected() = default;
1384
constexpr expected(const expected &) = default;
1385
constexpr expected(expected &&) = default;
1386
Callers
nothing calls this directly
Calls
3
has_value
Method · 0.45
construct_value
Method · 0.45
construct_error
Method · 0.45
Tested by
no test coverage detected