|
noexcept |
Performs fast inversion of a byte sequence within a datum using processor intrinsics, if possible.
T | A type of the datum. |
datum | The datum. |
In the generic case, i.e. when known intrinsics used for byte swapping are not available, the function performs a slow byte-per-byte operation.