![]() |
WPILibC++ 2027.0.0-alpha-4
|
Specifies that a type is capable of in-place raw struct deserialization. More...
#include <wpi/util/struct/Struct.hpp>
Specifies that a type is capable of in-place raw struct deserialization.
In addition to meeting StructSerializable, implementations must define a wpi::util::Struct<T> static member void UnpackInto(T*, std::span<const uint8_t>) to update the pointed-to T with the contents of the span.