32#ifndef _QX_IS_QT_SET_H_
33#define _QX_IS_QT_SET_H_
46#include <QtCore/qset.h>
59struct is_qt_set< QSet<T> > :
public std::true_type { ; };
62struct is_qt_set< QSet<T> & > :
public std::true_type { ; };
65struct is_qt_set< const QSet<T> > :
public std::true_type { ; };
68struct is_qt_set< const QSet<T> & > :
public std::true_type { ; };
Root namespace for all QxOrm library features.
qx::trait::is_qt_set<T>::value : return true if T is a QSet<> container of Qt library,...