cdcontainers  0.1.1
Library of data containers and collections for C programming language.
Functions
Bucket interface

Functions

static size_t cdc_hash_table_bucket_count (struct cdc_hash_table *t)
 Returns the number of buckets. More...
 

Detailed Description

Function Documentation

◆ cdc_hash_table_bucket_count()

static size_t cdc_hash_table_bucket_count ( struct cdc_hash_table t)
inlinestatic

Returns the number of buckets.

Parameters
[in]t- cdc_hash_table
Returns
returns the number of buckets.