Discussion 解説
If necessary, the byte order of this value is reversed from the typical byte order of this integer type. On a little-endian platform, for any integer x
, x == x
.
必要ならば、この値のバイト順はこの整数型の典型的なバイト順からひっくり返されます。リトルエンディアンプラットホーム上で、何らかの整数x
に対して、x == x
。