WPILibC++ 2025.0.0-alpha-1-14-g3b6f38d
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: