COMBINATORIAL_BLAS  1.6
intSort::eBits< E, F > Struct Template Reference

#include <radixSort.h>

Public Member Functions

 eBits (int bits, int offset, F f)
 
int operator() (E p)
 

Public Attributes

_f
 
int _mask
 
int _offset
 

Detailed Description

template<class E, class F>
struct intSort::eBits< E, F >

Definition at line 65 of file radixSort.h.

Constructor & Destructor Documentation

◆ eBits()

template<class E , class F >
intSort::eBits< E, F >::eBits ( int  bits,
int  offset,
f 
)
inline

Definition at line 68 of file radixSort.h.

Member Function Documentation

◆ operator()()

template<class E , class F >
int intSort::eBits< E, F >::operator() ( p)
inline

Definition at line 70 of file radixSort.h.

Member Data Documentation

◆ _f

template<class E , class F >
F intSort::eBits< E, F >::_f

Definition at line 66 of file radixSort.h.

◆ _mask

template<class E , class F >
int intSort::eBits< E, F >::_mask

Definition at line 66 of file radixSort.h.

◆ _offset

template<class E , class F >
int intSort::eBits< E, F >::_offset

Definition at line 66 of file radixSort.h.


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