|
noexcept |
Inverts a bit order of data keeping its byte order and writes the result to a possibly different buffer.
[out] | pResult | An output buffer to receive the inverse data. |
[in] | pApi | Points to the input data of the byte size given by cbApi . |
cbApi | Size of the input data, in bytes. |
Unlike mirror_bits
, this function inverts only the current bit order within each byte of pResult
leaving the byte order unchanged.