BitMagic-C++
Public Member Functions
bm::gamma_encoder< T, TBitIO > Class Template Reference

Functor for Elias Gamma encoding. More...

#include <encoding.h>

Public Member Functions

 gamma_encoder (TBitIO &bout)
 
void operator() (T value)
 Encode word. More...
 

Detailed Description

template<typename T, typename TBitIO>
class bm::gamma_encoder< T, TBitIO >

Functor for Elias Gamma encoding.

Definition at line 340 of file encoding.h.

Member Function Documentation

◆ operator()()

template<typename T , typename TBitIO >
void bm::gamma_encoder< T, TBitIO >::operator() ( value)
inline

Encode word.

Definition at line 347 of file encoding.h.


The documentation for this class was generated from the following file: