C++ Actor Framework 0.18
Loading...
Searching...
No Matches
caf::allowed_unsafe_message_type< T > Struct Template Reference

Template specializations can whitelist individual types for unsafe message passing operations. More...

#include <allowed_unsafe_message_type.hpp>

Inherits std::false_type.

Inherited by caf::is_allowed_unsafe_message_type< T >, caf::is_allowed_unsafe_message_type< T & >, caf::is_allowed_unsafe_message_type< T && >, and caf::is_allowed_unsafe_message_type< const T & >.

Detailed Description

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

Template specializations can whitelist individual types for unsafe message passing operations.


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