actor-framework
Static Public Attributes | Related Functions | List of all members
caf::is_error_code_enum< T > Struct Template Reference

Customization point for enabling conversion from an enum type to an error or error_code. More...

#include <is_error_code_enum.hpp>

Static Public Attributes

static constexpr bool value = false
 

Related Functions

(Note that these are not member functions.)

template<class T >
constexpr bool is_error_code_enum_v = is_error_code_enum<T>::value
 

Detailed Description

template<class T>
struct caf::is_error_code_enum< T >

Customization point for enabling conversion from an enum type to an error or error_code.

Friends And Related Function Documentation

◆ is_error_code_enum_v

template<class T >
template<class T >
constexpr bool is_error_code_enum_v = is_error_code_enum<T>::value
related

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