1QB_ARRAY_NUM_BINS_GET(3) libqb Programmer's Manual QB_ARRAY_NUM_BINS_GET(3)
2
3
4
6 qb_array_num_bins_get - Get the number of bins used by the array.
7
9 #include <qb/qbarray.h>
10
11 size_t qb_array_num_bins_get(
12 qb_array_t *a
13 );
14
16 qb_array_elems_per_bin_get(3), qb_array_new_bin_cb_set(3),
17 qb_array_create(3), qb_array_grow(3), qb_array_index(3),
18 qb_array_create_2(3), qb_array_free(3)
19
21 Copyright (C) 2010-2020 Red Hat, Inc. All rights reserved.
22
23
24
25LIBQB 2020-07-30 QB_ARRAY_NUM_BINS_GET(3)