QxOrm
1.5.0
C++ Object Relational Mapping library
|
qx::trait::is_qt_vector<T>::value : return true if T is a QVector<> container of Qt library, otherwise return false More...
#include <QtCore/qvector.h>
Go to the source code of this file.
Classes | |
struct | qx::trait::is_qt_vector< T > |
qx::trait::is_qt_vector<T>::value : return true if T is a QVector<> container of Qt library, otherwise return false More... | |
struct | qx::trait::is_qt_vector< QVector< T > > |
struct | qx::trait::is_qt_vector< QVector< T > & > |
struct | qx::trait::is_qt_vector< const QVector< T > > |
struct | qx::trait::is_qt_vector< const QVector< T > & > |
Namespaces | |
namespace | qx |
Root namespace for all QxOrm library features. | |
namespace | qx::trait |
QxOrm library traits (template metaprogramming) not available in boost::type_traits library. |
qx::trait::is_qt_vector<T>::value : return true if T is a QVector<> container of Qt library, otherwise return false
Definition in file is_qt_vector.h.