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::QKeyValueRange< Map > Class Template Reference

#include <qiterator.h>

Inheritance diagram for QtPrivate::QKeyValueRange< Map >:
Collaboration diagram for QtPrivate::QKeyValueRange< Map >:

Public Member Functions

auto begin ()
auto begin () const
auto end ()
auto end () const
Public Member Functions inherited from QtPrivate::QKeyValueRangeStorage< Map >
 QKeyValueRangeStorage (const Map &map)
 QKeyValueRangeStorage (Map &&map)

Additional Inherited Members

Protected Member Functions inherited from QtPrivate::QKeyValueRangeStorage< Map >
Mapmap ()
const Mapmap () const
Protected Attributes inherited from QtPrivate::QKeyValueRangeStorage< Map >
Map m_map

Detailed Description

template<typename Map>
class QtPrivate::QKeyValueRange< Map >

Definition at line 323 of file qiterator.h.

Member Function Documentation

◆ begin() [1/2]

template<typename Map>
auto QtPrivate::QKeyValueRange< Map >::begin ( )
inline

Definition at line 327 of file qiterator.h.

◆ begin() [2/2]

template<typename Map>
auto QtPrivate::QKeyValueRange< Map >::begin ( ) const
inline

Definition at line 328 of file qiterator.h.

◆ end() [1/2]

template<typename Map>
auto QtPrivate::QKeyValueRange< Map >::end ( )
inline

Definition at line 329 of file qiterator.h.

◆ end() [2/2]

template<typename Map>
auto QtPrivate::QKeyValueRange< Map >::end ( ) const
inline

Definition at line 330 of file qiterator.h.


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