MCPcopy Create free account
hub / github.com/JDAI-CV/DNNLibrary / expected

Method expected

include/common/expected.hpp:1446–1446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1444 }
1445#endif
1446 constexpr expected() = default;
1447 constexpr expected(const expected &rhs) = default;
1448 constexpr expected(expected &&rhs) = default;
1449 expected &operator=(const expected &rhs) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected