CRoaring 5.2.0
Roaring bitmaps in C (and C++)
Loading...
Searching...
No Matches
roaring64_iterator_public_s Struct Reference

#include <roaring64.h>

Public Attributes

uint64_t value
 
bool has_value
 

Detailed Description

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.

Member Data Documentation

◆ has_value

bool roaring64_iterator_public_s::has_value

Definition at line 44 of file roaring64.h.

◆ value

uint64_t roaring64_iterator_public_s::value

Definition at line 43 of file roaring64.h.


The documentation for this struct was generated from the following file: