SObjectizer
5.5
|
Detector of message type traits in dependency of message immutability or mutability. More...
#include <message.hpp>
Public Types | |
using | payload_type = typename std::decay< T >::type |
using | subscription_type = payload_type |
using | mhood_param_type = payload_type |
Static Public Attributes | |
static const constexpr message_mutability_t | mutability |
Detector of message type traits in dependency of message immutability or mutability.
using so_5::details::message_mutability_traits< T >::mhood_param_type = payload_type |
using so_5::details::message_mutability_traits< T >::payload_type = typename std::decay<T>::type |
using so_5::details::message_mutability_traits< T >::subscription_type = payload_type |
|
static |