BitStream
|
A trait used to quantize and serialize a float to be within a given range and precision. More...
#include <quantization_traits.h>
Static Public Member Functions | |
template<typename Stream > | |
static utility::is_writing_t< Stream > | serialize (Stream &stream, in< bounded_range > range, in< float > value) noexcept |
template<typename Stream > | |
static utility::is_reading_t< Stream > | serialize (Stream &stream, in< bounded_range > range, out< float > value) noexcept |
A trait used to quantize and serialize a float to be within a given range and precision.
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |