std::make_signed
Aus cppreference.com
<metanoindex/>
<tbody> </tbody>| definiert in Header <type_traits>
|
||
template< class T > struct make_signed; |
(seit C++11) | |
Angesichts integraler (außer bool) oder Aufzählungstyp
T bietet das Mitglied typedef type die das signierte Integer-Typ entspricht T ist, mit der gleichen cv-Qualifikation .Original:
Given an integral (except bool) or enumeration type
T, provides the member typedef type which is the signed integer type corresponding to T, with the same cv-qualifiers.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Mitglied Typen
Name
Original: Name The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Definition |
type
|
die signierte Integer-Typ entspricht
TOriginal: the signed integer type corresponding to TThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Beispiel
| This section is incomplete Reason: no example |
