You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
I have exported one CBOR document to having a map with integer keys. the problem I am facing is that while reading the same document cbor::map doesn't exposes api for getting values corresponding to such integer keys.
To by pass the problem I am trying to convert a character array from the integere and using it to fetch the values from cbor::map, but that is bad in performance.
Please provide a way to read non-char array keys in map.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I have exported one CBOR document to having a map with integer keys. the problem I am facing is that while reading the same document cbor::map doesn't exposes api for getting values corresponding to such integer keys.
To by pass the problem I am trying to convert a character array from the integere and using it to fetch the values from cbor::map, but that is bad in performance.
Please provide a way to read non-char array keys in map.
The text was updated successfully, but these errors were encountered: