Project
Loading...
Searching...
No Matches
o2::data_compression::HuffmanModel< _BASE, Rep, orderMSB >::isless< T > Class Template Reference

#include <HuffmanCodec.h>

Public Member Functions

bool operator() (const T a, const T b) const
 

Detailed Description

template<typename _BASE, typename Rep, bool orderMSB = true>
template<typename T>
class o2::data_compression::HuffmanModel< _BASE, Rep, orderMSB >::isless< T >

'less' functor used in the multiset for sorting in the order less probable to more probable

Definition at line 339 of file HuffmanCodec.h.

Member Function Documentation

◆ operator()()

template<typename _BASE , typename Rep , bool orderMSB = true>
template<typename T >
bool o2::data_compression::HuffmanModel< _BASE, Rep, orderMSB >::isless< T >::operator() ( const T  a,
const T  b 
) const
inline

Definition at line 342 of file HuffmanCodec.h.


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