template<typename
T, typename Traits = array_traits<T>>
class base_bitmap_view< T, Traits >
Base class for bitmap_view; see there for details.
template<typename
T, typename Traits>
Initialize the view for array ARRAY, using the array of bitmap
elements in BITMAP_ELEMENTS (which is known to contain enough
entries).
References array_size, BITMAP_ELEMENT_ALL_BITS, BITMAP_ELEMENT_WORDS, BITMAP_WORD_BITS, bitmap_element::bits, CHAR_BIT, i, bitmap_element::indx, m_head, MIN, bitmap_element::next, NULL, bitmap_element::prev, shift, STATIC_ASSERT, STATIC_CONSTANT_P, and T.
Referenced by base_bitmap_view().