WPILibC++ 2024.3.2
wpi::Struct< T, I > Struct Template Reference

Struct serialization template. More...

#include <wpi/struct/Struct.h>

Detailed Description

template<typename T, typename... I>
struct wpi::Struct< T, I >

Struct serialization template.

Unspecialized class has no members; only specializations of this class are useful, and only if they meet the StructSerializable concept.

Template Parameters
Ttype to serialize/deserialize
Ioptional struct type info

The documentation for this struct was generated from the following file: