QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

qx::trait::is_qt_scoped_ptr<T>::value : return true if T is a QScopedPointer<> smart-pointer of Qt library, otherwise return false More...

#include <QtCore/qscopedpointer.h>

Go to the source code of this file.

Classes

struct  qx::trait::is_qt_scoped_ptr< T >
 qx::trait::is_qt_scoped_ptr<T>::value : return true if T is a QScopedPointer<> smart-pointer of Qt library, otherwise return false More...
 
struct  qx::trait::is_qt_scoped_ptr< QScopedPointer< T > >
 
struct  qx::trait::is_qt_scoped_ptr< QScopedPointer< T > & >
 
struct  qx::trait::is_qt_scoped_ptr< const QScopedPointer< T > >
 
struct  qx::trait::is_qt_scoped_ptr< const QScopedPointer< 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.
 

Detailed Description

qx::trait::is_qt_scoped_ptr<T>::value : return true if T is a QScopedPointer<> smart-pointer of Qt library, otherwise return false

Author
Lionel Marty

Definition in file is_qt_scoped_ptr.h.