MixedRadixCoder.RetroEncoder

Like Encoder, but does not use a temporary buffer. Instead, the user is expected to put the items in reverse order.

template MixedRadixCoder(I, E, bool withEOF = false)
struct RetroEncoder {}

Members

Functions

finish
E finish()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(I n, I card)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta