BitMagic-C++
Public Member Functions
bm::copy_to_array_functor< B > Class Template Reference

Adaptor to copy 1 bits to array. More...

#include <bmfunc.h>

Public Member Functions

 copy_to_array_functor (B *bits)
 
B * ptr ()
  More...
 
void operator() (unsigned bit_idx) BMNOEXCEPT
 
void operator() (unsigned bit_idx0, unsigned bit_idx1) BMNOEXCEPT
 
void operator() (unsigned bit_idx0, unsigned bit_idx1, unsigned bit_idx2) BMNOEXCEPT
 
void operator() (unsigned bit_idx0, unsigned bit_idx1, unsigned bit_idx2, unsigned bit_idx3) BMNOEXCEPT
 

Detailed Description

template<typename B>
class bm::copy_to_array_functor< B >

Adaptor to copy 1 bits to array.

Definition at line 535 of file bmfunc.h.


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