vt::collective::scatter::ScatterMsg struct

Base classes

template<typename EnvelopeT>
struct vt::messaging::ActiveMsg<EpochTagEnvelope>
The base class for all messages. Common alias is vt::Message which uses the default envelope.

Constructors, destructors, conversion operators

ScatterMsg() defaulted
ScatterMsg(std::size_t in_total_bytes, std::size_t in_elm_bytes)

Public variables

std::size_t total_bytes_
std::size_t elm_bytes_
HandlerType user_han