struct CborTagDescription { QCborTag tag; const char *description; // with space and parentheses }; // static const CborTagDescription tagDescriptions[] = { // from https://www.iana.org/assignments/cbor-tags/cbor-tags.xhtml { QCborTag(-1), nullptr } }; { QCborTag(), " ( )" }, []