SObjectizer 5.8
|
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.
Definition at line 397 of file message.hpp.
using so_5::details::message_mutability_traits< T >::mhood_param_type = payload_type |
Definition at line 401 of file message.hpp.
using so_5::details::message_mutability_traits< T >::payload_type = typename std::decay<T>::type |
Definition at line 399 of file message.hpp.
using so_5::details::message_mutability_traits< T >::subscription_type = payload_type |
Definition at line 400 of file message.hpp.
|
staticconstexpr |
Definition at line 403 of file message.hpp.