template<typename UserMsgT, typename MessageT, NumBytesType num_bytes>
vt::serialization::SerialPayloadMsg struct

Constructors, destructors, conversion operators

SerialPayloadMsg()
SerialPayloadMsg(NumBytesType const& in_bytes) explicit
SerialPayloadMsg(NumBytesType const& in_bytes, std::array<ByteType, num_bytes>&& arr) explicit

Public variables

std::array<SerialByteType, num_bytes> payload
NumBytesType bytes