Espaços nominais
Variantes
Acções

C numeric limits interface

Da cppreference.com
< cpp‎ | types

 
 
Biblioteca de utilitários
Digite apoio (basic types, RTTI, type traits)
Gerenciamento de memória dinâmica
De tratamento de erros
Utilidades do programa
Variadic funções
Data e hora
Objetos de função
(C++11)
Os operadores relacionais
Original:
Relational operators
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
rel_ops::operator!=
rel_ops::operator>
rel_ops::operator<=
rel_ops::operator>=
Pares e tuplas
Original:
Pairs and tuples
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C++11)
Troque, avançar e avançar
Original:
Swap, forward and move
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C++11)
(C++11)
(C++11)
 
Apoio a tipos
Tipos básicos
Original:
Basic types
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Tipos fundamentais
Tipos inteiros de largura fixos (C++11)
Limites numéricos
Original:
Numeric limits
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
C numérico limita interface
Informações de tipo de tempo de execução
Original:
Runtime type information
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Características de tipo
Original:
Type traits
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Principais categorias de tipo
Original:
Primary type categories
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
Propriedades de tipo
Original:
Type properties
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C++11)
(C++11)
(C++11)
Operações apoiadas
Original:
Supported operations
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Relacionamentos e consultas de propriedade
Original:
Relationships and property queries
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C++11)
(C++11)
(C++11)
(C++11)
Tipo modificações
Original:
Type modifications
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C++11)(C++11)(C++11)
Transformações tipo
Original:
Type transformations
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C++11)
(C++11)
(C++11)
Digite constantes traço
Original:
Type trait constants
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 interface numeric_limits.
Original:
See also numeric_limits interface.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Defined in header <cstdint>
PTRDIFF_MIN
(C++11)
valor mínimo de objeto do tipo std::ptrdiff_t
Original:
minimum value of object of std::ptrdiff_t type
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(macro constante)
PTRDIFF_MAX
(C++11)
valor máximo de objeto do tipo std::ptrdiff_t
Original:
maximum value of object of std::ptrdiff_t type
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(macro constante)
SIZE_MAX
(C++11)
valor máximo de objeto do tipo std::size_t
Original:
maximum value of object of std::size_t type
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(macro constante)
SIG_ATOMIC_MIN
(C++11)
valor máximo de objeto do tipo std::sig_atomic_t
Original:
maximum value of object of std::sig_atomic_t type
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(macro constante)
SIG_ATOMIC_MAX
(C++11)
valor máximo de objeto do tipo std::sig_atomic_t
Original:
maximum value of object of std::sig_atomic_t type
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(macro constante)
WCHAR_MIN
(C++11)
valor máximo de objeto do tipo wchar_t
Original:
maximum value of object of wchar_t type
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(macro constante)
WCHAR_MAX
(C++11)
valor máximo de objeto do tipo wchar_t
Original:
maximum value of object of wchar_t type
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(macro constante)
WINT_MIN
(C++11)
valor máximo de objeto do tipo std::wint_t
Original:
maximum value of object of std::wint_t type
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(macro constante)
WINT_MAX
(C++11)
valor máximo de objeto do tipo std::wint_t
Original:
maximum value of object of std::wint_t type
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(macro constante)

[editar] Limites de tipos inteiros

Defined in header <climits>
CHAR_BIT
número de bits no byte
Original:
number of bits in byte
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(macro constante)
MB_LEN_MAX
número máximo de bytes em um caractere multibyte
Original:
maximum number of bytes in a multibyte character
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(macro constante)
CHAR_MIN
valor mínimo de char
Original:
minimum value of char
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(macro constante)
CHAR_MAX
valor máximo de char
Original:
maximum value of char
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(macro constante)
SCHAR_MIN
SHRT_MIN
INT_MIN
LONG_MIN
LLONG_MIN




(C++11)
valor mínimo de signed char, short, int, long e long long respectivamente
Original:
minimum value of signed char, short, int, long and long long respectively
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(macro constante)
SCHAR_MAX
SHRT_MAX
INT_MAX
LONG_MAX
LLONG_MAX




(C++11)
valor máximo de signed char, short, int, long e long long respectivamente
Original:
maximum value of signed char, short, int, long and long long respectively
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(macro constante)
UCHAR_MAX
USHRT_MAX
UINT_MAX
ULONG_MAX
ULLONG_MAX




(C++11)
valor máximo de unsigned char, unsigned short, unsigned int,
unsigned long e unsigned long long respectivamente
Original:
maximum value of unsigned char, unsigned short, unsigned int,
unsigned long and unsigned long long respectively
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(macro constante)

[editar] Limites de tipos de ponto flutuante

Defined in header <cfloat>
FLT_RADIX
a raiz (base inteiro) utilizado pela representação de todos os três tipos de ponto flutuante
Original:
the radix (integer base) used by the representation of all three floating-point types
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(macro constante)
DECIMAL_DIG
(C++11)
número de dígitos decimais que podem ser convertidos em long double e voltar sem perder precisão
Original:
number of decimal digits that can be converted to long double and back without losing precision
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(macro constante)
FLT_MIN
DBL_MIN
LDBL_MIN
valor mínimo de float, double e long double respectivamente
Original:
minimum value of float, double and long double respectively
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(macro constante)
FLT_MAX
DBL_MAX
LDBL_MAX
valor máximo de float, double e long double respectivamente
Original:
maximum value of float, double and long double respectively
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(macro constante)
FLT_EPSILON
DBL_EPSILON
LDBL_EPSILON
diferença entre 1.0 eo próximo valor representável para float, double e long double respectivamente
Original:
difference between 1.0 and the next representable value for float, double and long double respectively
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(macro constante)
FLT_DIG
DBL_DIG
LDBL_DIG
número de dígitos decimais que podem ser representados sem perder precisão para float, double e long double respectivamente
Original:
number of decimal digits that can be represented without losing precision for float, double and long double respectively
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(macro constante)
FLT_MANT_DIG
DBL_MANT_DIG
LDBL_MANT_DIG
número de dígitos FLT_RADIX de bases que podem ser representadas sem perda de precisão para float, double e long double respectivamente
Original:
number of base FLT_RADIX digits that can be represented without losing precision for float, double and long double respectively
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click