Namensräume
Varianten

C numeric limits interface

Aus cppreference.com
< cpp‎ | types

 
 
 
Geben Sie Unterstützung
Grundtypen
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.
Grundtypen
Feste Breite Integer-Typen(C++11)
Numerische Grenzen
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.
numeric_limits
C numerische begrenzt Schnittstelle
Laufzeit-Typinformationen
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.
Exterieur
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.
Primären Typ Kategorien
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.
is_void(C++11)
is_array(C++11)
is_pointer(C++11)
is_enum(C++11)
is_union(C++11)
is_class(C++11)
is_function(C++11)
is_reference(C++11)
is_lvalue_reference(C++11)
is_rvalue_reference(C++11)
is_member_pointer(C++11)
is_member_object_pointer(C++11)
is_member_function_pointer(C++11)
Typ Eigenschaften
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.
is_const(C++11)
is_volatile(C++11)
is_pod(C++11)
is_empty(C++11)
is_polymorphic(C++11)
is_abstract(C++11)
Unterstützte Operationen
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.
is_constructible
is_trivially_constructible
is_nothrow_constructible
(C++11)
(C++11)
(C++11)
is_default_constructible
is_trivially_default_constructible
is_nothrow_default_constructible
(C++11)
(C++11)
(C++11)
is_copy_constructible
is_trivially_copy_constructible
is_nothrow_copy_constructible
(C++11)
(C++11)
(C++11)
is_move_constructible
is_trivially_move_constructible
is_nothrow_move_constructible
(C++11)
(C++11)
(C++11)
is_assignable
is_trivially_assignable
is_nothrow_assignable
(C++11)
(C++11)
(C++11)
is_copy_assignable
is_trivially_copy_assignable
is_nothrow_copy_assignable
(C++11)
(C++11)
(C++11)
is_move_assignable
is_trivially_move_assignable
is_nothrow_move_assignable
(C++11)
(C++11)
(C++11)
is_destructible
is_trivially_destructible
is_nothrow_destructible
(C++11)
(C++11)
(C++11)
has_virtual_destructor(C++11)
Beziehungen und Eigentum Abfragen
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.
is_same(C++11)
is_base_of(C++11)
is_convertible(C++11)
alignment_of(C++11)
rank(C++11)
extent(C++11)
Typ Modifikationen
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.
Typ Transformationen
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.
aligned_storage(C++11)
aligned_union(C++11)
decay(C++11)
enable_if(C++11)
Typ-Trait-Konstanten
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.
integral_constant(C++11)
 
Siehe auch numeric_limits Schnittstelle .
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.
definiert in Header <cstdint>
PTRDIFF_MIN
(C++11)
Minimalwert des Objektes der std::ptrdiff_t Typ
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.

(Makro konstant)
PTRDIFF_MAX
(C++11)
maximale Wert des Objekts der std::ptrdiff_t Typ
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.

(Makro konstant)
SIZE_MAX
(C++11)
maximale Wert des Objekts der std::size_t Typ
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.

(Makro konstant)
SIG_ATOMIC_MIN
(C++11)
maximale Wert des Objekts der std::sig_atomic_t Typ
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.

(Makro konstant)
SIG_ATOMIC_MAX
(C++11)
maximale Wert des Objekts der std::sig_atomic_t Typ
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.

(Makro konstant)
WCHAR_MIN
(C++11)
maximale Wert des Objekts der wchar_t Typ
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.

(Makro konstant)
WCHAR_MAX
(C++11)
maximale Wert des Objekts der wchar_t Typ
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.

(Makro konstant)
WINT_MIN
(C++11)
maximale Wert des Objekts der std::wint_t Typ
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.

(Makro konstant)
WINT_MAX
(C++11)
maximale Wert des Objekts der std::wint_t Typ
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.

(Makro konstant)

[Bearbeiten]Grenzen der Integer-Typen

definiert in Header <climits>
CHAR_BIT
Anzahl der Bits in 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.

(Makro konstant)
MB_LEN_MAX
maximale Anzahl von Bytes in einer Multibyte-Zeichens
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.

(Makro konstant)
CHAR_MIN
Minimalwert von 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.

(Makro konstant)
CHAR_MAX
Maximalwert von 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.

(Makro konstant)
SCHAR_MIN
SHRT_MIN
INT_MIN
LONG_MIN
LLONG_MIN




(C++11)
Minimalwert von signedchar, short, int, long und longlong sind
Original:
minimum value of signedchar, short, int, long and longlong respectively
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Makro konstant)
SCHAR_MAX
SHRT_MAX
INT_MAX
LONG_MAX
LLONG_MAX




(C++11)
Maximalwert von signedchar, short, int, long und longlong sind
Original:
maximum value of signedchar, short, int, long and longlong respectively
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Makro konstant)
UCHAR_MAX
USHRT_MAX
UINT_MAX
ULONG_MAX
ULLONG_MAX




(C++11)
Maximalwert von unsignedchar, unsignedshort, unsignedint,
unsignedlong und unsignedlonglong sind
Original:
maximum value of unsignedchar, unsignedshort, unsignedint,
unsignedlong and unsignedlonglong respectively
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Makro konstant)

[Bearbeiten]Grenzen der Fließkomma-Typen

definiert in Header <cfloat>
FLT_RADIX
die Radix (integer Basis) durch die Darstellung aller drei Fließkomma-Typen verwendet
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.

(Makro konstant)
DECIMAL_DIG
(C++11)
Anzahl der Dezimalstellen, die longdouble und zurück ohne Präzision umgewandelt werden können
Original:
number of decimal digits that can be converted to longdouble 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.

(Makro konstant)
FLT_MIN
DBL_MIN
LDBL_MIN
Minimalwert von float, double und longdouble sind
Original:
minimum value of float, double and longdouble respectively
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Makro konstant)
FLT_MAX
DBL_MAX
LDBL_MAX
Maximalwert von float, double und longdouble sind
Original:
maximum value of float, double and longdouble respectively
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Makro konstant)
FLT_EPSILON
DBL_EPSILON
LDBL_EPSILON
Unterschied zwischen 1.0 und dem nächsten darstellbaren Wert für float, double und longdouble sind
Original:
difference between 1.0 and the next representable value for float, double and longdouble respectively
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Makro konstant)
FLT_DIG
DBL_DIG
LDBL_DIG
Anzahl der Dezimalstellen, die ohne Präzision für float, double und longdouble bzw. dargestellt werden können
Original:
number of decimal digits that can be represented without losing precision for float, double and longdouble respectively
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Makro konstant)
FLT_MANT_DIG
DBL_MANT_DIG
LDBL_MANT_DIG
anzahlł FLT_RADIX Ziffern, die ohne Verlust Präzision für float dargestellt werden kann, und doublelongdouble sind
Original:
number of base FLT_RADIX digits that can be represented without losing precision for float, double and longdouble respectively
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Makro konstant)
FLT_MIN_EXP
DBL_MIN_EXP
LDBL_MIN_EXP
minimale negative Zahl, so dass FLT_RADIX by power one weniger als diese Zahl erhöht ist ein normalisierter float, double und longdouble sind
Original:
minimum negative integer such that FLT_RADIX raised by power one less than that integer is a normalized float, double and longdouble respectively
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Makro konstant)
FLT_MIN_10_EXP
DBL_MIN_10_EXP
LDBL_MIN_10_EXP
minimale negative Zahl, so dass 10 by power one weniger als diese Zahl erhöht ist ein normalisierter float, double und longdouble sind
Original:
minimum negative integer such that 10 raised by power one less than that integer is a normalized float, double and longdouble respectively
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Makro konstant)
FLT_MAX_EXP
DBL_MAX_EXP
LDBL_MAX_EXP
maximale positive ganze Zahl, so dass FLT_RADIX von Potenz ein mehr als diese Zahl ist eine normalisierte float, double und longdouble sind
Original:
maximum positive integer such that FLT_RADIX raised by power one more than that integer is a normalized float, double and longdouble respectively
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Makro konstant)
FLT_MAX_10_EXP
DBL_MAX_10_EXP
LDBL_MAX_10_EXP
maximale positive ganze Zahl, so dass 10 von Potenz ein mehr als diese Zahl ist eine normalisierte float, double und longdouble sind
Original:
maximum positive integer such that 10 raised by power one more than that integer is a normalized float, double and longdouble respectively
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Makro konstant)
Standardmäßig Rundungsmodus der Floating-Point-Arithmetik
Original:
default rounding mode of floating-point arithmetics
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Makro konstant)
gibt an, in welcher Genauigkeit alle arithmetischen Operationen durchgeführt
Original:
specifies in what precision all arithmetic operations are done
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Makro konstant)
close