#include <zypp-core/zyppng/pipelines/wait.h>
|
template<template< class, class... > class Container, class AsyncOp, typename ... CArgs, std::enable_if_t< detail::is_async_op_v< AsyncOp >, int > = 0> |
auto | operator() (Container< std::shared_ptr< AsyncOp >, CArgs... > &&ops) -> zyppng::AsyncOpRef< Container< typename AsyncOp::value_type > > |
template<template< class, class... > class Container, class Res, typename ... CArgs, std::enable_if_t< !detail::is_async_op_v< Res >, int > = 0> |
auto | operator() (Container< Res, CArgs... > ops) -> Container< Res, CArgs... > |
Definition at line 76 of file wait.h.
◆ operator()() [1/2]
◆ operator()() [2/2]
auto zyppng::detail::WaitForHelper::operator() |
( |
Container< Res, CArgs... > | ops | ) |
-> Container< Res, CArgs... > |
|
inline |
The documentation for this struct was generated from the following file:
- zypp-core/zyppng/pipelines/wait.h