Espaços nominais
Variantes
Ações

max_align_t

De cppreference.com
< c | types

<metanoindex/>

<tbody> </tbody>
Definido no cabeçalho <stddef.h>
typedef /*implementation-defined*/ max_align_t;
max_align_t é um tipo cujo alinhamento requisito é pelo menos tão rigorosas (tão grande), como a de qualquer tipo escalar.
Original:
max_align_t is a type whose alignment requirement is at least as strict (as large) as that of every scalar type.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Notas

Ponteiros retornados por funções de alocação como malloc estão devidamente alinhados para qualquer objeto, o que significa que eles estejam alinhados, pelo menos, tão rigorosas quanto max_align_t.
Original:
Pointers returned by allocation functions such as malloc are suitably aligned for any object, which means they are aligned at least as strict as max_align_t.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
max_align_t é sinônimo com o maior tipo de escalar, que é long double na maioria das plataformas, e sua exigência de alinhamento ou é 8 ou 16.
Original:
max_align_t is usually synonymous with the largest scalar type, which is long double on most platforms, and its alignment requirement is either 8 or 16.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Veja também

C++ documentation for max_align_t