32#ifndef _QX_IS_QT_WEAK_PTR_H_
33#define _QX_IS_QT_WEAK_PTR_H_
46#include <QtCore/QWeakPointer>
68struct is_qt_weak_ptr< const QWeakPointer<T> & > :
public std::true_type { ; };
Root namespace for all QxOrm library features.
qx::trait::is_qt_weak_ptr<T>::value : return true if T is a QWeakPointer<> smart-pointer of Qt librar...