sparrow 0.9.0
Loading...
Searching...
No Matches
array_bitmap_base.hpp File Reference
Include dependency graph for array_bitmap_base.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sparrow::array_bitmap_base_impl< D, is_mutable >
 

Namespaces

namespace  sparrow
 

Typedefs

template<class D>
using sparrow::array_bitmap_base = array_bitmap_base_impl<D, false>
 Convenient alias for arrays with immutable validity bitmaps.
 
template<class D>
using sparrow::mutable_array_bitmap_base = array_bitmap_base_impl<D, true>
 Convenient alias for arrays with mutable validity bitmaps.