WPILibC++ 2025.2.1
|
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 ForEachStructSchema<Type> on each nested struct type.