src/vt/messaging/message/message.h file

Namespaces

namespace vt
namespace vt::messaging

Classes

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