libzypp 17.37.17
zyppng::detail::inspect_err_helper< Callback > Struct Template Reference

#include <zypp-core/zyppng/pipelines/expected.h>

Public Member Functions

template<typename T, typename E>
auto operator() (expected< T, E > &&exp)

Public Attributes

Callback function

Detailed Description

template<typename Callback>
struct zyppng::detail::inspect_err_helper< Callback >

Definition at line 597 of file expected.h.

Member Function Documentation

◆ operator()()

template<typename Callback>
template<typename T, typename E>
auto zyppng::detail::inspect_err_helper< Callback >::operator() ( expected< T, E > && exp)
inline

Definition at line 601 of file expected.h.

Member Data Documentation

◆ function

template<typename Callback>
Callback zyppng::detail::inspect_err_helper< Callback >::function

Definition at line 598 of file expected.h.


The documentation for this struct was generated from the following file: