vt::messaging::BaseMsg struct

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::Message which uses the default envelope.