This struct contains helper functions used to access typed objects within a buffer. The functions assume that objects within the buffers have proper alignment and use casts to suppress compiler warnings about possible alignment problems.
Declared in <bdld_datum.h>
struct Datum_Helpers;
| Name | Description |
|---|---|
load | Return the typed value found at the specified offset within the specified source. |
store | Store the specified typed value at the specified offset within the specified destination and return value. |