BitMagic-C++
|
Adaptor to copy 1 bits to array. More...
#include <bmfunc.h>
Public Member Functions | |
copy_to_array_functor (B *bits) | |
B * | ptr () |
void | operator() (unsigned bit_idx) |
void | operator() (unsigned bit_idx0, unsigned bit_idx1) |
void | operator() (unsigned bit_idx0, unsigned bit_idx1, unsigned bit_idx2) |
void | operator() (unsigned bit_idx0, unsigned bit_idx1, unsigned bit_idx2, unsigned bit_idx3) |
Adaptor to copy 1 bits to array.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 381 of file bmfunc.h.
Referenced by bm::bit_list(), and bm::bit_list_4().