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
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 Attributes inherited from QtPrivate::QKeyValueRangeStorage< Map >
Map m_map
 

Detailed Description

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

Definition at line 298 of file qiterator.h.

Member Function Documentation

◆ begin() [1/2]

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

Definition at line 302 of file qiterator.h.

References QtPrivate::QKeyValueRangeStorage< Map >::m_map.

◆ begin() [2/2]

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

Definition at line 303 of file qiterator.h.

References QtPrivate::QKeyValueRangeStorage< Map >::m_map.

◆ end() [1/2]

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

Definition at line 304 of file qiterator.h.

References QtPrivate::QKeyValueRangeStorage< Map >::m_map.

◆ end() [2/2]

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

Definition at line 305 of file qiterator.h.

References QtPrivate::QKeyValueRangeStorage< Map >::m_map.


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