WPILibC++ 2024.1.1-beta-4
wpi::Struct< T > Struct Template Reference

Struct serialization template. More...

#include <wpi/struct/Struct.h>

Detailed Description

template<typename T>
struct wpi::Struct< T >

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

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