libcbor ~master (2021-06-19T18:50:17Z)
Dub
Repo
cbor_map_size
deimos
cbor
maps
Get the number of pairs
@param item
borrow
A map @return The number of pairs
extern (
C
)
size_t
cbor_map_size
(
const
cbor_item_t
*
item
)
Meta
Source
See Implementation
deimos
cbor
maps
functions
_cbor_map_add_key
_cbor_map_add_value
cbor_map_add
cbor_map_allocated
cbor_map_handle
cbor_map_is_definite
cbor_map_is_indefinite
cbor_map_size
cbor_new_definite_map
cbor_new_indefinite_map
Get the number of pairs
@param itemborrow A map @return The number of pairs