sparrow 0.3.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 >
 Base class for arrays using a validity buffer for defining their bitmap. More...
 

Namespaces

namespace  sparrow
 

Typedefs

template<class D>
using sparrow::array_bitmap_base = array_bitmap_base_impl<D, false>
 Convenient typedef to be used as a crtp base class for arrays using an immutable validity buffer.
 
template<class D>
using sparrow::mutable_array_bitmap_base = array_bitmap_base_impl<D, true>
 Convenient typedef to be used as a crtp base class for arrays using a mutable validity buffer.