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::QJsonObjectKeyValues< T, Iterator > Struct Template Reference

#include <qjsonobject.h>

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

Static Public Member Functions

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

Detailed Description

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

Definition at line 23 of file qjsonobject.h.

Member Function Documentation

◆ key() [1/2]

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

Definition at line 25 of file qjsonobject.h.

◆ key() [2/2]

template<typename T, typename Iterator>
QAnyStringView QtPrivate::QJsonObjectKeyValues< T, Iterator >::key ( Iterator & it)
inlinestatic

Definition at line 26 of file qjsonobject.h.

◆ value() [1/2]

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

Definition at line 27 of file qjsonobject.h.

◆ value() [2/2]

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

Definition at line 28 of file qjsonobject.h.


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