CAF  0.17.6
Static Public Attributes | List of all members
caf::has_type_id< T > Struct Template Reference

Evaluates to true if any of these statements holds true: More...

#include <type_id.hpp>

Static Public Attributes

static constexpr bool value
 

Detailed Description

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

Evaluates to true if any of these statements holds true:

Member Data Documentation

◆ value

template<class T >
constexpr bool caf::has_type_id< T >::value
static
Initial value:
= detail::is_complete<type_id<T>>::value
|| is_atom_constant<T>::value
|| allowed_unsafe_message_type<T>::value

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