|
Resilient
|
Helper struct which defines the required types for the detector concept. More...
#include <basedetector.hpp>
Public Types | |
| using | failure_types = std::tuple< FailureTypes... > |
| Tuple composed of the possible failure types the detector can detect. More... | |
Helper struct which defines the required types for the detector concept.
| FailureTypes... | The types of failures the deriving detector can detect. |
| using resilient::FailureDetectorTag< FailureTypes >::failure_types = std::tuple<FailureTypes...> |
Tuple composed of the possible failure types the detector can detect.
Satisfy the required type definition for the Detector concept.
1.8.11