Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtPrivate::QCborMapKeyValues< T, Iterator > Struct Template Reference

#include <qcbormap.h>

Collaboration diagram for QtPrivate::QCborMapKeyValues< T, Iterator >:

Static Public Member Functions

static QCborValueConstRef key (const Iterator &it)
static QCborValueConstRef key (Iterator &it)
static T value (const Iterator &it)
static T value (Iterator &it)

Detailed Description

template<typename T, typename Iterator>
struct QtPrivate::QCborMapKeyValues< T, Iterator >

Definition at line 23 of file qcbormap.h.

Member Function Documentation

◆ key() [1/2]

template<typename T, typename Iterator>
QCborValueConstRef QtPrivate::QCborMapKeyValues< T, Iterator >::key ( const Iterator & it)
inlinestatic

Definition at line 25 of file qcbormap.h.

◆ key() [2/2]

template<typename T, typename Iterator>
QCborValueConstRef QtPrivate::QCborMapKeyValues< T, Iterator >::key ( Iterator & it)
inlinestatic

Definition at line 26 of file qcbormap.h.

◆ value() [1/2]

template<typename T, typename Iterator>
T QtPrivate::QCborMapKeyValues< T, Iterator >::value ( const Iterator & it)
inlinestatic

Definition at line 27 of file qcbormap.h.

◆ value() [2/2]

template<typename T, typename Iterator>
T QtPrivate::QCborMapKeyValues< T, Iterator >::value ( Iterator & it)
inlinestatic

Definition at line 28 of file qcbormap.h.


The documentation for this struct was generated from the following file: