ck_bitmap_iterator_init(3) initialize bitmap iterator

LIBRARY

Concurrency Kit (libck, -lck)

SYNOPSIS

In ck_ht.h

Ft void Fn ck_bitmap_iterator_init ck_bitmap_iterator_t *iterator ck_bitmap_t *bitmap

DESCRIPTION

The Fn ck_bitmap_iterator_init function will initialize the object pointed to by the Fa iterator argument for use with Fa bitmap .

An iterator is used to iterate through set bitmap bits with the ck_bitmap_next3 function.

RETURN VALUES

The Fn ck_bitmap_iterator_init function does not return a value.

ERRORS

This function will not fail.