Template Function sdv::reflect# Defined in File crc.h Function Documentation# template<typename T>T sdv::reflect(T tValue)# Reflect the bits within the data type (change the order MSB <–> LSB). Template Parameters: T – The type to use for bit reflection. Parameters: tValue – [in] The value to reflect. Must be a arithmetic or boolean type. Returns: The reflected value.