strm_dict_size()

Updated: April 19, 2023

Get the number of entries in a dictionary

Synopsis:

#include <sys/strm.h>
size_t strm_dict_size(const strm_dict_t *dict)

Arguments:

dict
A dictionary handle.

Library:

libstrm

Description:

This function returns the number of entries in the dictionary specified by dict.

Returns:

The number of entries in the dictionary.