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
QCachedValueMap< Key, Value > Class Template Reference

#include <qcachedvalue_p.h>

Collaboration diagram for QCachedValueMap< Key, Value >:

Public Member Functions

 QCachedValueMap ()=default
template<typename Creator>
Value ensure (const Key &key, Creator &&creator)

Detailed Description

template<typename Key, typename Value>
class QCachedValueMap< Key, Value >

Definition at line 73 of file qcachedvalue_p.h.

Constructor & Destructor Documentation

◆ QCachedValueMap()

template<typename Key, typename Value>
QCachedValueMap< Key, Value >::QCachedValueMap ( )
default

Member Function Documentation

◆ ensure()

template<typename Key, typename Value>
template<typename Creator>
Value QCachedValueMap< Key, Value >::ensure ( const Key & key,
Creator && creator )
inline

Definition at line 81 of file qcachedvalue_p.h.


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