scale a number up by scale
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 |
Potentially lossy. More... | |
Static Public Attributes | |
static constexpr int64_t | value = Scale |
scale a number up by scale
|
inherited |
|
inherited |
|
inlinefinaloverridevirtual |
transform input
into output
Implements aether::netcode::transcode::transform_base< T, T >.
|
inlinefinaloverridevirtual |
Potentially lossy.
Implements aether::netcode::transcode::transform_base< T, T >.
|
static |