|
WG14 result
|
Type of a payload info of a domain. More...
#include <status_code_domain.h>
Public Attributes | |
| size_t | payload_size |
| The payload size in bytes. | |
| size_t | total_size |
| The total status code size in bytes (includes domain pointer and mixins state) | |
| size_t | total_alignment |
| The total status code alignment in bytes. | |
Type of a payload info of a domain.
Definition at line 208 of file status_code_domain.h.
| size_t status_code_domain_payload_info::payload_size |
The payload size in bytes.
Definition at line 210 of file status_code_domain.h.
| size_t status_code_domain_payload_info::total_alignment |
The total status code alignment in bytes.
Definition at line 213 of file status_code_domain.h.
| size_t status_code_domain_payload_info::total_size |
The total status code size in bytes (includes domain pointer and mixins state)
Definition at line 212 of file status_code_domain.h.