Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QFlatMap< Key, T, Compare, KeyContainer, MappedContainer >::containers Struct Reference

#include <qflatmap_p.h>

+ Collaboration diagram for QFlatMap< Key, T, Compare, KeyContainer, MappedContainer >::containers:

Public Attributes

key_container_type keys
 
mapped_container_type values
 

Detailed Description

template<class Key, class T, class Compare = std::less<Key>, class KeyContainer = QList<Key>, class MappedContainer = QList<T>>
struct QFlatMap< Key, T, Compare, KeyContainer, MappedContainer >::containers

Definition at line 125 of file qflatmap_p.h.

Member Data Documentation

◆ keys

template<class Key , class T , class Compare = std::less<Key>, class KeyContainer = QList<Key>, class MappedContainer = QList<T>>
key_container_type QFlatMap< Key, T, Compare, KeyContainer, MappedContainer >::containers::keys

Definition at line 127 of file qflatmap_p.h.

◆ values

template<class Key , class T , class Compare = std::less<Key>, class KeyContainer = QList<Key>, class MappedContainer = QList<T>>
mapped_container_type QFlatMap< Key, T, Compare, KeyContainer, MappedContainer >::containers::values

Definition at line 128 of file qflatmap_p.h.


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