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

Protobuf serialization template. More...

#include <wpi/protobuf/Protobuf.h>

Detailed Description

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

Protobuf serialization template.

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

Template Parameters
Ttype to serialize/deserialize

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