libcbor ~master (2021-06-19T18:50:17Z)
Dub
Repo
cbor_map_is_definite
deimos
cbor
maps
Is this map definite?
@param item
borrow
A map @return Is this map definite?
extern (
C
)
bool
cbor_map_is_definite
(
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
Is this map definite?
@param itemborrow A map @return Is this map definite?