sparrow 0.3.0
|
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. | |