Resilient
Public Types | List of all members
resilient::retry::retriedtask_failure< Failure > Struct Template Reference

Tag type which contains a Failure type. More...

#include <types.hpp>

Public Types

using type = Failure
 

Detailed Description

template<typename Failure>
struct resilient::retry::retriedtask_failure< Failure >

Tag type which contains a Failure type.

The failure is the one that can be returned by the task which is being retired and to which the retry_state is associated.

Template Parameters
FailureThe type of the failure.

The documentation for this struct was generated from the following file: