![]() |
WPILibC++ 2027.0.0-alpha-4
|
Specifies that a type is capable of in-place protobuf deserialization. More...
#include <wpi/util/protobuf/Protobuf.hpp>
Specifies that a type is capable of in-place protobuf deserialization.
In addition to meeting ProtobufSerializable, implementations must define a wpi::util::Protobuf<T> static member - bool UnpackInto(T*, wpi::util::ProtoInputStream<T>&) to update the pointed-to T with the contents of the message.