libzypp 17.37.18
|
#include <zypp-core/ng/meta/type_traits.h>
#include <zypp-core/ng/base/Base>
#include <zypp-core/base/Exception.h>
#include <zypp-core/ng/base/Signals>
#include <optional>
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | zyppng |
namespace | zyppng::detail |
Typedefs | |
template<typename T> | |
using | zyppng::detail::is_async_op |
template<typename T> | |
using | zyppng::AsyncOpRef = std::shared_ptr<AsyncOp<T>> |
template<class Type> | |
using | zyppng::MaybeAwaitable = Type |
Functions | |
zyppng::ZYPP_FWD_DECL_TYPE_WITH_REFS (AsyncOpBase) | |
template<typename T, bool isAsync = ZYPP_IS_ASYNC> | |
std::conditional_t< isAsync, AsyncOpRef< T >, T > | zyppng::makeReadyResult (T &&result) |
Variables | |
template<typename T> | |
constexpr bool | zyppng::detail::has_value_type_v = has_value_type<T>::value |
template<typename T> | |
constexpr bool | zyppng::detail::is_asyncop_type_v = is_asyncop_type<T>::value |
template<typename T> | |
constexpr bool | zyppng::detail::is_async_op_v = is_async_op<T>::value |
constexpr bool | zyppng::ZYPP_IS_ASYNC = false |