#include <result_helpers.hpp>
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 at line 105 of file result_helpers.hpp.