chsvlib
chsv helper source code

◆ byte_swap_inplace()

void Chusov::Memory::byte_swap_inplace ( void *  pBuf,
std::size_t  cbBuf 
)
noexcept

Inverses an order of bytes in a buffer in place.

Parameters
[in,out]pBufThe data.
cbBufSize, in bytes, of the data.
See also
byte_swap.