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

Method or_else

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

Source from the content-addressed store, hash-verified

1435 }
1436
1437 template <class F> expected constexpr or_else(F &&f) const & {
1438 return or_else_impl(*this, std::forward<F>(f));
1439 }
1440
1441#ifndef TL_EXPECTED_NO_CONSTRR
1442 template <class F> expected constexpr or_else(F &&f) const && {

Callers

nothing calls this directly

Calls 1

or_else_implFunction · 0.85

Tested by

no test coverage detected