boost::from_block_range

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

template<
    typename BlockIterator,
    typename B,
    typename A>
void
from_block_range(
    BlockIterator first,
    BlockIterator last,
    dynamic_bitset<B, A>& result);

Created with MrDocs