WPILibC++ 2024.3.2
|
Raw struct support for uint64_t values. More...
#include <wpi/struct/Struct.h>
Static Public Member Functions | |
static constexpr std::string_view | GetTypeString () |
static constexpr size_t | GetSize () |
static constexpr std::string_view | GetSchema () |
static uint64_t | Unpack (std::span< const uint8_t > data) |
static void | Pack (std::span< uint8_t > data, uint64_t value) |
Raw struct support for uint64_t values.
Primarily useful for higher level struct implementations.
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinestatic |
|
inlinestatic |