MCPcopy Create free account
hub / github.com/ada-url/ada / transform_error

Method transform_error

include/ada/expected.h:1533–1535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1531 !defined(TL_EXPECTED_GCC54) && !defined(TL_EXPECTED_GCC55)
1532 template <class F>
1533 TL_EXPECTED_11_CONSTEXPR auto transform_error(F &&f) & {
1534 return map_error_impl(*this, std::forward<F>(f));
1535 }
1536 template <class F>
1537 TL_EXPECTED_11_CONSTEXPR auto transform_error(F &&f) && {
1538 return map_error_impl(std::move(*this), std::forward<F>(f));

Callers

nothing calls this directly

Calls 1

map_error_implFunction · 0.85

Tested by

no test coverage detected