SObjectizer  5.5
so_5::mutable_msg< M > Struct Template Referencefinal

A special marker for mutable message. More...

#include <message.hpp>

Detailed Description

template<typename M>
struct so_5::mutable_msg< M >

A special marker for mutable message.

This marker tells that message can be sent only for one receiver. And that receiver will get an exclusive access to the message content. It means that receiver can change message's content.

Template Parameters
Mtype of the message.
Since
v.5.5.19
Examples:
so_5/two_handlers/main.cpp.

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