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

Method transform

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

Source from the content-addressed store, hash-verified

3035 !defined(TL_EXPECTED_GCC54) && !defined(TL_EXPECTED_GCC55)
3036 template <class F>
3037 TL_EXPECTED_11_CONSTEXPR auto transform(F &&f) & {
3038 return expected_map_impl(*this, std::forward<F>(f));
3039 }
3040 template <class F>
3041 TL_EXPECTED_11_CONSTEXPR auto transform(F &&f) && {
3042 return expected_map_impl(std::move(*this), std::forward<F>(f));

Callers

nothing calls this directly

Calls 1

expected_map_implFunction · 0.85

Tested by

no test coverage detected