QxOrm
1.5.0
C++ Object Relational Mapping library
|
qx::trait::is_boost_shared_ptr<T>::value : return true if T is a boost::shared_ptr<> smart-pointer, otherwise return false More...
Go to the source code of this file.
Classes | |
struct | qx::trait::is_boost_shared_ptr< T > |
qx::trait::is_boost_shared_ptr<T>::value : return true if T is a boost::shared_ptr<> smart-pointer, otherwise return false More... | |
struct | qx::trait::is_boost_shared_ptr< boost::shared_ptr< T > > |
struct | qx::trait::is_boost_shared_ptr< boost::shared_ptr< T > & > |
struct | qx::trait::is_boost_shared_ptr< const boost::shared_ptr< T > > |
struct | qx::trait::is_boost_shared_ptr< const boost::shared_ptr< 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_boost_shared_ptr<T>::value : return true if T is a boost::shared_ptr<> smart-pointer, otherwise return false
Definition in file is_boost_shared_ptr.h.