|
CRoaring 5.2.0
Roaring bitmaps in C (and C++)
|
#include <roaring64.h>
Public Attributes | |
| uint64_t | value |
| bool | has_value |
The leading members of roaring64_iterator_t, so that roaring64_iterator_value() and roaring64_iterator_has_value() can be read without a call. The iterator itself stays opaque; do not declare one of these, and do not rely on the layout beyond these two members.
Definition at line 42 of file roaring64.h.
| bool roaring64_iterator_public_s::has_value |
Definition at line 44 of file roaring64.h.
| uint64_t roaring64_iterator_public_s::value |
Definition at line 43 of file roaring64.h.