File vector_sparse_array_binary.hpp¶
Typedefs
-
using BinarySparseArrayVector = DenseVector<uint32>¶
A vector that provides random read and write access, as well as read and write access via iterators, to indices stored in a newly allocated array.
-
using ResizableBinarySparseArrayVector = ResizableDenseVector<uint32>¶
A vector that provides random read and write access, as well as read and write access via iterators, to indices stored in a newly allocated array, which can be resized