Searched defs:transform_error (Results 1 – 3 of 3) sorted by relevance
490 constexpr auto transform_error(F&& f) & { in transform_error() function499 constexpr auto transform_error(F&& f) && { in transform_error() function509 constexpr auto transform_error(F&& f) const& { in transform_error() function518 constexpr auto transform_error(F&& f) const&& { in transform_error() function937 constexpr auto transform_error(F&& f) & { in transform_error() function946 constexpr auto transform_error(F&& f) && { in transform_error() function956 constexpr auto transform_error(F&& f) const& { in transform_error() function965 constexpr auto transform_error(F&& f) const&& { in transform_error() function
79 constexpr expected<T, NewE> transform_error(F&& function) { in transform_error() function