MCPcopy Create free account
hub / github.com/NativeScript/android / or_else

Method or_else

test-app/runtime/src/main/cpp/ada/ada.h:3187–3189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3185
3186 template <class F>
3187 expected constexpr or_else(F &&f) const & {
3188 return or_else_impl(*this, std::forward<F>(f));
3189 }
3190
3191#ifndef TL_EXPECTED_NO_CONSTRR
3192 template <class F>

Callers

nothing calls this directly

Calls 1

or_else_implFunction · 0.85

Tested by

no test coverage detected