struct
#include <src/vt/messaging/message/message.h>
BaseMsg The very lowest base class for a message. Used by the runtime to cast on delivery to handlers without type knowledge.
Derived classes
-
template<typename EnvelopeT>struct ActiveMsg
- The base class for all messages. Common alias is
vt::
which uses the default envelope.Message