template<typename T>
requires(T a, boost::asio::io_context ioc,
CassandraError err, uint32_t attempt) {
{ T(ioc) };
{ a.shouldRetry(err) } -> std::same_as<bool>;
{
a.retry([]() {})
} -> std::same_as<void>;
}
A simple container for both error message and error code.
Definition Error.hpp:34
The requirements of a retry policy.
Definition Concepts.hpp:81
The requirements of a retry policy.