Fixed width integer types (dal C++11)
Da cppreference.com.
|
|
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate. La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
<metanoindex/>
Tipi
Definizione nell'header | |
int8_tint16_tint32_tint64_t
|
firmato tipo intero con larghezza of Original: signed integer type with width of The text has been machine-translated via Google Translate. |
int_fast8_tint_fast16_tint_fast32_tint_fast64_t
|
più veloce firmato firmato tipo intero con larghezza of Original: fastest signed signed integer type with width of The text has been machine-translated via Google Translate. |
int_least8_tint_least16_tint_least32_tint_least64_t
|
più piccolo firmato tipo intero con larghezza of Original: smallest signed integer type with width of The text has been machine-translated via Google Translate. |
intmax_t
|
larghezza massima di tipo intero Original: maximum width integer type The text has been machine-translated via Google Translate. |
intptr_t
|
tipo intero in grado di contenere un puntatore Original: integer type capable of holding a pointer The text has been machine-translated via Google Translate. |
uint8_tuint16_tuint32_tuint64_t
|
tipo intero senza segno con larghezza of Original: unsigned integer type with width of The text has been machine-translated via Google Translate. |
uint_fast8_tuint_fast16_tuint_fast32_tuint_fast64_t
|
veloce senza segno tipo intero senza segno con of Original: fastest unsigned unsigned integer type with width of The text has been machine-translated via Google Translate. |
uint_least8_tuint_least16_tuint_least32_tuint_least64_t
|
più piccolo di tipo intero senza segno con of Original: smallest unsigned integer type with width of The text has been machine-translated via Google Translate. |
uintmax_t
|
massima larghezza di tipo intero senza segno Original: maximum width unsigned integer type The text has been machine-translated via Google Translate. |
uintptr_t
|
tipo intero senza segno in grado di contenere un puntatore Original: unsigned integer type capable of holding a pointer The text has been machine-translated via Google Translate. |
Macro costanti
Definizione nell'header | |
Interi con segno: valore minimo Original: Signed integers : minimum value The text has been machine-translated via Google Translate. | |
INT8_MIN |
valore minimo di un oggetto di tipo Original: minimum value of an object of type The text has been machine-translated via Google Translate. (macro costante) |
INT_FAST8_MIN |
valore minimo di un oggetto di tipo Original: minimum value of an object of type The text has been machine-translated via Google Translate. (macro costante) |
INT_LEAST8_MIN |
valore minimo di un oggetto di tipo Original: minimum value of an object of type The text has been machine-translated via Google Translate. (macro costante) |
INTPTR_MIN |
valore minimo di un oggetto di tipo Original: minimum value of an object of type The text has been machine-translated via Google Translate. (macro costante) |
INTMAX_MIN |
valore minimo di un oggetto di tipo Original: minimum value of an object of type The text has been machine-translated via Google Translate. (macro costante) |
Interi con segno: valore massimo Original: Signed integers : maximum value The text has been machine-translated via Google Translate. | |
INT8_MAX |
valore massimo di un oggetto di tipo Original: maximum value of an object of type The text has been machine-translated via Google Translate. (macro costante) |
INT_FAST8_MAX |
valore massimo di un oggetto di tipo Original: maximum value of an object of type The text has been machine-translated via Google Translate. (macro costante) |
INT_LEAST8_MAX |
valore massimo di un oggetto di tipo Original: maximum value of an object of type The text has been machine-translated via Google Translate. (macro costante) |
INTPTR_MAX |
valore massimo di un oggetto di tipo Original: maximum value of an object of type The text has been machine-translated via Google Translate. (macro costante) |
INTMAX_MAX |
valore massimo di un oggetto di tipo Original: maximum value of an object of type The text has been machine-translated via Google Translate. (macro costante) |
Interi senza segno: valore massimo Original: Unsigned integers : maximum value The text has been machine-translated via Google Translate. | |
UINT8_MAX |
valore massimo di un oggetto di tipo Original: maximum value of an object of type The text has been machine-translated via Google Translate. (macro costante) |
UINT_FAST8_MAX |
valore massimo di un oggetto di tipo Original: maximum value of an object of type The text has been machine-translated via Google Translate. (macro costante) |
UINT_LEAST8_MAX |
valore massimo di un oggetto di tipo Original: maximum value of an object of type The text has been machine-translated via Google Translate. (macro costante) |
UINTPTR_MAX |
valore massimo di un oggetto di tipo Original: maximum value of an object of type The text has been machine-translated via Google Translate. (macro costante) |
UINTMAX_MAX |
valore massimo di un oggetto di tipo Original: maximum value of an object of type The text has been machine-translated via Google Translate. (macro costante) |
Formato macro costanti
Definizione nell'header | |
Costanti di formato per la famiglia std::fprintf di funzioni Original: Format constants for the std::fprintf family of functions The text has been machine-translated via Google Translate. | |
PRId8 |
specificatore di formato di conversione per produrre una firma valore decimale intero di tipo std::int8_t, std::int16_t, std::int32_t, std::int64_t, std::int_least8_t, std::int_least16_t, std::int_least32_t, std::int_least64_t, std::int_fast8_t, std::int_fast16_t, std::int_fast32_t, std::int_fast64_t, Original: format conversion specifier to output a signed decimal integer value of type std::int8_t, std::int16_t, std::int32_t, std::int64_t, std::int_least8_t, std::int_least16_t, std::int_least32_t, std::int_least64_t, std::int_fast8_t, std::int_fast16_t, std::int_fast32_t, std::int_fast64_t, The text has been machine-translated via Google Translate. (macro costante) |
PRIi8 |
specificatore di formato di conversione per produrre una firma valore decimale intero di tipo std::int8_t, std::int16_t, std::int32_t, std::int64_t, std::int_least8_t, std::int_least16_t, std::int_least32_t, std::int_least64_t, std::int_fast8_t, std::int_fast16_t, std::int_fast32_t, std::int_fast64_t, Original: format conversion specifier to output a signed decimal integer value of type std::int8_t, std::int16_t, std::int32_t, std::int64_t, std::int_least8_t, std::int_least16_t, std::int_least32_t, std::int_least64_t, std::int_fast8_t, std::int_fast16_t, std::int_fast32_t, std::int_fast64_t, The text has been machine-translated via Google Translate. (macro costante) |
PRIu8 |
conversione di formato specificatore per emettere un valore intero decimale senza segno di tipo std::uint8_t, std::uint16_t, std::uint32_t, std::uint64_t, std::uint_least8_t, std::uint_least16_t, std::uint_least32_t, std::uint_least64_t, std::uint_fast8_t, std::uint_fast16_t, std::uint_fast32_t, std::uint_fast64_t, Original: format conversion specifier to output an unsigned decimal integer value of type std::uint8_t, std::uint16_t, std::uint32_t, std::uint64_t, std::uint_least8_t, std::uint_least16_t, std::uint_least32_t, std::uint_least64_t, std::uint_fast8_t, std::uint_fast16_t, std::uint_fast32_t, std::uint_fast64_t, The text has been machine-translated via Google Translate. (macro costante) |
PRIo8 |
conversione di formato specificatore per emettere un ottale senza segno valore intero di tipo std::uint8_t, std::uint16_t, std::uint32_t, std::uint64_t, std::uint_least8_t, std::uint_least16_t, std::uint_least32_t, std::uint_least64_t, std::uint_fast8_t, std::uint_fast16_t, std::uint_fast32_t, std::uint_fast64_t, Original: format conversion specifier to output an unsigned octal integer value of type std::uint8_t, std::uint16_t, std::uint32_t, std::uint64_t, std::uint_least8_t, std::uint_least16_t, std::uint_least32_t, std::uint_least64_t, std::uint_fast8_t, std::uint_fast16_t, std::uint_fast32_t, std::uint_fast64_t, The text has been machine-translated via Google Translate. (macro costante) |
PRIx8 |
conversione di formato specificatore per emettere un intero senza segno valore esadecimale di tipo std::uint8_t, std::uint16_t, std::uint32_t, std::uint64_t, std::uint_least8_t, std::uint_least16_t, std::uint_least32_t, std::uint_least64_t, std::uint_fast8_t, std::uint_fast16_t, std::uint_fast32_t, std::uint_fast64_t, Original: format conversion specifier to output an unsigned hexadecimal integer value of type std::uint8_t, std::uint16_t, std::uint32_t, std::uint64_t, std::uint_least8_t, std::uint_least16_t, std::uint_least32_t, std::uint_least64_t, std::uint_fast8_t, std::uint_fast16_t, std::uint_fast32_t, std::uint_fast64_t, The text has been machine-translated via Google Translate. (macro costante) |
PRIX8 |
conversione di formato specificatore per emettere un valore esadecimale senza segno maiuscolo intero di tipo std::uint8_t, std::uint16_t, std::uint32_t, std::uint64_t, std::uint_least8_t, std::uint_least16_t, std::uint_least32_t, std::uint_least64_t, std::uint_fast8_t, std::uint_fast16_t, std::uint_fast32_t, std::uint_fast64_t, Original: format conversion specifier to output an unsigned uppercase hexadecimal integer value of type std::uint8_t, std::uint16_t, std::uint32_t, std::uint64_t, std::uint_least8_t, std::uint_least16_t, std::uint_least32_t, std::uint_least64_t, std::uint_fast8_t, std::uint_fast16_t, std::uint_fast32_t, std::uint_fast64_t, The text has been machine-translated via Google Translate. (macro costante) |
Costanti di formato per la famiglia std::fscanf di funzioni Original: Format constants for the std::fscanf family of functions The text has been machine-translated via Google Translate. | |
SCNd8 |
specificatore di conversione di formato per inserire una firma valore decimale intero di tipo std::int8_t, std::int16_t, std::int32_t, std::int64_t, std::int_least8_t, std::int_least16_t, std::int_least32_t, std::int_least64_t, std::int_fast8_t, std::int_fast16_t, std::int_fast32_t, std::int_fast64_t, Original: format conversion specifier to input a signed decimal integer value of type std::int8_t, std::int16_t, std::int32_t, std::int64_t, std::int_least8_t, std::int_least16_t, std::int_least32_t, std::int_least64_t, std::int_fast8_t, std::int_fast16_t, std::int_fast32_t, std::int_fast64_t, The text has been machine-translated via Google Translate. (macro costante) |
SCNi8 |
conversione di formato per inserire un decimale con segno / ottale / esadecimale valore intero di tipo std::int8_t, std::int16_t, std::int32_t, std::int64_t, std::int_least8_t, std::int_least16_t, std::int_least32_t, std::int_least64_t, std::int_fast8_t, std::int_fast16_t, std::int_fast32_t, std::int_fast64_t, Original: format conversion specifier to input a signed decimal/octal/hexadecimal integer value of type std::int8_t, std::int16_t, std::int32_t, std::int64_t, std::int_least8_t, std::int_least16_t, std::int_least32_t, std::int_least64_t, std::int_fast8_t, std::int_fast16_t, std::int_fast32_t, std::int_fast64_t, The text has been machine-translated via Google Translate. (macro costante) |
SCNu8 |
conversione di formato specificatore di inserire un numero intero senza segno valore decimale di tipo std::uint8_t, std::uint16_t, std::uint32_t, std::uint64_t, std::uint_least8_t, std::uint_least16_t, std::uint_least32_t, std::uint_least64_t, std::uint_fast8_t, std::uint_fast16_t, std::uint_fast32_t, std::uint_fast64_t, Original: format conversion specifier to input an unsigned decimal integer value of type std::uint8_t, std::uint16_t, std::uint32_t, std::uint64_t, std::uint_least8_t, std::uint_least16_t, std::uint_least32_t, std::uint_least64_t, std::uint_fast8_t, std::uint_fast16_t, std::uint_fast32_t, std::uint_fast64_t, The text has been machine-translated via Google Translate. (macro costante) |
SCNo8 |
conversione di formato specificatore di inserire un valore intero senza segno ottale di tipo std::uint8_t, std::uint16_t, std::uint32_t, std::uint64_t, std::uint_least8_t, std::uint_least16_t, std::uint_least32_t, std::uint_least64_t, std::uint_fast8_t, std::uint_fast16_t, std::uint_fast32_t, std::uint_fast64_t, Original: format conversion specifier to input an unsigned octal integer value of type std::uint8_t, std::uint16_t, std::uint32_t, std::uint64_t, std::uint_least8_t, std::uint_least16_t, std::uint_least32_t, std::uint_least64_t, std::uint_fast8_t, std::uint_fast16_t, std::uint_fast32_t, std::uint_fast64_t, The text has been machine-translated via Google Translate. (macro costante) |
SCNx8 |
conversione di formato specificatore di inserire un numero intero senza segno valore esadecimale di tipo std::uint8_t, std::uint16_t, std::uint32_t, std::uint64_t, std::uint_least8_t, std::uint_least16_t, std::uint_least32_t, std::uint_least64_t, std::uint_fast8_t, std::uint_fast16_t, std::uint_fast32_t, std::uint_fast64_t, Original: format conversion specifier to input an unsigned hexadecimal integer value of type std::uint8_t, std::uint16_t, std::uint32_t, std::uint64_t, std::uint_least8_t, std::uint_least16_t, std::uint_least32_t, std::uint_least64_t, std::uint_fast8_t, std::uint_fast16_t, std::uint_fast32_t, std::uint_fast64_t, The text has been machine-translated via Google Translate. (macro costante) |
SCNX8 |
conversione di formato specificatore di inserire un valore esadecimale senza segno maiuscolo intero di tipo std::uint8_t, std::uint16_t, std::uint32_t, std::uint64_t, std::uint_least8_t, std::uint_least16_t, std::uint_least32_t, std::uint_least64_t, std::uint_fast8_t, std::uint_fast16_t, std::uint_fast32_t, std::uint_fast64_t, Original: format conversion specifier to input an unsigned uppercase hexadecimal integer value of type std::uint8_t, std::uint16_t, std::uint32_t, std::uint64_t, std::uint_least8_t, std::uint_least16_t, std::uint_least32_t, std::uint_least64_t, std::uint_fast8_t, std::uint_fast16_t, std::uint_fast32_t, std::uint_fast64_t, The text has been machine-translated via Google Translate. (macro costante) |