libcbor ~master (2021-06-19T18:50:17Z)
Dub
Repo
cbor_float_get_width
deimos
cbor
floats_ctrls
Get the float width
@param item
borrow
A float or ctrl item @return The width.
extern (
C
)
cbor_float_width
cbor_float_get_width
(
const
cbor_item_t
*
item
)
Meta
Source
See Implementation
deimos
cbor
floats_ctrls
functions
cbor_build_bool
cbor_build_ctrl
cbor_build_float2
cbor_build_float4
cbor_build_float8
cbor_ctrl_is_bool
cbor_ctrl_value
cbor_float_ctrl_is_ctrl
cbor_float_get_float
cbor_float_get_float2
cbor_float_get_float4
cbor_float_get_float8
cbor_float_get_width
cbor_new_ctrl
cbor_new_float2
cbor_new_float4
cbor_new_float8
cbor_new_null
cbor_new_undef
cbor_set_ctrl
cbor_set_float2
cbor_set_float4
cbor_set_float8
Get the float width
@param itemborrow A float or ctrl item @return The width.