#include <zypp-core/ng/pipelines/asyncresult.h>
template<typename Callback, typename MsgType>
struct zyppng::detail::is_future_monad_cb< Callback, MsgType, std::void_t< std::enable_if_t< is_async_op_v< Callback > >, decltype(std::declval< remove_smart_ptr_t< Callback >>()(std::declval< MsgType >())) > >
Definition at line 31 of file asyncresult.h.
The documentation for this struct was generated from the following file: