| |||
| Home > Standard C++ Implementation Definition > Integral conversion | |||
During integral conversion, if the destination type is signed, the value is unchanged if it can be represented in the destination type and bitfield width. Otherwise, the value is truncated to fit the size of the destination type.
This section is related to Section 4.7 Integral conversions, in the ISO/IEC standard.