Platform‐independent wire‐format sizes (in bytes) for marshalled types. Note that the wire‐format size may differ from the size in memory.
Synopsis
Declared in <bslx_marshallingutil.h>
enum Unnamed enum;
Members
Name |
Description |
|
The wire‐format size (in bytes) of a 64‐bit integer. |
|
The wire‐format size (in bytes) of a 56‐bit integer. |
|
The wire‐format size (in bytes) of a 48‐bit integer. |
|
The wire‐format size (in bytes) of a 40‐bit integer. |
|
The wire‐format size (in bytes) of a 32‐bit integer. |
|
The wire‐format size (in bytes) of a 24‐bit integer. |
|
The wire‐format size (in bytes) of a 16‐bit integer. |
|
The wire‐format size (in bytes) of an 8‐bit integer. |
|
The wire‐format size (in bytes) of a 64‐bit floating‐point number. |
|
The wire‐format size (in bytes) of a 32‐bit floating‐point number. |
Created with MrDocs