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

Method and_then

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

Source from the content-addressed store, hash-verified

2939 !defined(TL_EXPECTED_GCC54) && !defined(TL_EXPECTED_GCC55)
2940 template <class F>
2941 TL_EXPECTED_11_CONSTEXPR auto and_then(F &&f) & {
2942 return and_then_impl(*this, std::forward<F>(f));
2943 }
2944 template <class F>
2945 TL_EXPECTED_11_CONSTEXPR auto and_then(F &&f) && {
2946 return and_then_impl(std::move(*this), std::forward<F>(f));

Callers

nothing calls this directly

Calls 1

and_then_implFunction · 0.85

Tested by

no test coverage detected