Resilient
Public Types | List of all members
resilient::FailureDetectorTag< FailureTypes > Struct Template Reference

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...
 

Detailed Description

template<typename... FailureTypes>
struct resilient::FailureDetectorTag< FailureTypes >

Helper struct which defines the required types for the detector concept.

Template Parameters
FailureTypes...The types of failures the deriving detector can detect.

Member Typedef Documentation

template<typename... FailureTypes>
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.


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