Structure representing a message. Can be used on any process and thread.
Base structure.
Returns the list of arguments. Returns nullptr when message contains a shared memory region.
Returns the message name.
Returns the shared memory region. Returns nullptr when message contains an argument list.
See Implementation
Structure representing a message. Can be used on any process and thread.