WPILibC++ 2024.3.2
|
Specifies that a type is capable of in-place protobuf deserialization. More...
#include <wpi/protobuf/Protobuf.h>
Specifies that a type is capable of in-place protobuf deserialization.
In addition to meeting ProtobufSerializable, implementations must define a wpi::Protobuf<T> static member void UnpackInto(T*, const google::protobuf::Message&)
to update the pointed-to T with the contents of the message.