YOrch 1.0.0
Loading...
Searching...
No Matches
yorch::detail::retry_exhaustion_policy Concept Reference

#include <result_helpers.hpp>

Concept definition

template<typename Policy, typename Raw>
requires(const std::remove_cvref_t<Policy>& policy, Raw&& raw) {
{ policy.on_exhausted(std::forward<Raw>(raw)) } noexcept
-> std::convertible_to<std::remove_cvref_t<Raw>>;
}
constexpr bool is_adapter_descriptor_v
Definition adapters.hpp:63

Detailed Description

Definition at line 105 of file result_helpers.hpp.