WPILibC++ 2024.3.2
|
Specifies that a struct type has nested struct declarations. More...
#include <wpi/struct/Struct.h>
Specifies that a struct type has nested struct declarations.
In addition to meeting StructSerializable, implementations must define a wpi::Struct<T> static member void ForEachNested(std::invocable<std::string_view, std::string_view) auto fn)
(or equivalent) and call ForEachNestedStruct<Type> on each nested struct type.