mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
[wpiutil] Fix HasNestedStruct docs (NFC) (#7459)
This commit is contained in:
@@ -113,7 +113,7 @@ concept MutableStructSerializable =
|
||||
* 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
|
||||
* fn)` (or equivalent) and call ForEachStructSchema<Type> on each nested struct
|
||||
* type.
|
||||
*/
|
||||
template <typename T, typename... I>
|
||||
|
||||
Reference in New Issue
Block a user