Transform a number from [old_base, +inf) to [0, +inf). By subtracting old_base
More...
#include <transcode.hh>
Public Types | |
using | Output = T |
using | Input = T |
Public Member Functions | |
bool | apply (const T &input, T &output) override final |
transform input into output More... | |
bool | invert (const T &input, T &output) override final |
invert the tranformation More... | |
Transform a number from [old_base, +inf) to [0, +inf). By subtracting old_base
|
inherited |
|
inherited |
|
inlinefinaloverridevirtual |
transform input
into output
Implements aether::netcode::transcode::transform_base< T, T >.
|
inlinefinaloverridevirtual |
invert the tranformation
Implements aether::netcode::transcode::transform_base< T, T >.