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

#include <qiterator.h>

Collaboration diagram for QtPrivate::QDefaultKeyValues< Key, T, Iterator >:

Static Public Member Functions

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

Detailed Description

template<typename Key, typename T, typename Iterator>
struct QtPrivate::QDefaultKeyValues< Key, T, Iterator >

Definition at line 247 of file qiterator.h.

Member Function Documentation

◆ key() [1/2]

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

Definition at line 249 of file qiterator.h.

◆ key() [2/2]

template<typename Key, typename T, typename Iterator>
Key QtPrivate::QDefaultKeyValues< Key, T, Iterator >::key ( Iterator & it)
inlinestatic

Definition at line 250 of file qiterator.h.

◆ value() [1/2]

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

Definition at line 251 of file qiterator.h.

◆ value() [2/2]

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

Definition at line 252 of file qiterator.h.


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