MCPcopy Create free account
hub / github.com/ada-url/ada / expected

Method expected

include/ada/expected.h:1598–1598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1596 }
1597#endif
1598 constexpr expected() = default;
1599 constexpr expected(const expected &rhs) = default;
1600 constexpr expected(expected &&rhs) = default;
1601 expected &operator=(const expected &rhs) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected