(07a15916cc3c42616251b8ce3345bd77f248d9d8)
#include <QtCore/qglobal.h>
#include <memory>
Go to the source code of this file.
◆ qThreadStorage_deleteLocalData() [1/2]
template<typename T>
void qThreadStorage_deleteLocalData |
( |
T ** | t | ) |
|
|
inline |
◆ qThreadStorage_deleteLocalData() [2/2]
template<typename T>
void qThreadStorage_deleteLocalData |
( |
T * | t | ) |
|
|
inline |
◆ qThreadStorage_hasLocalData() [1/2]
template<typename T, typename U>
bool qThreadStorage_hasLocalData |
( |
const std::unique_ptr< T *, U > & | data | ) |
|
|
inline |
◆ qThreadStorage_hasLocalData() [2/2]
template<typename T, typename U>
QT_BEGIN_NAMESPACE bool qThreadStorage_hasLocalData |
( |
const std::unique_ptr< T, U > & | data | ) |
|
|
inline |