![]() |
QxOrm
1.3.1
C++ Object Relational Mapping library
|
qx::trait::is_boost_intrusive_ptr<T>::value : return true if T is a boost::intrusive_ptr<> smart-pointer, otherwise return false More...
#include <is_boost_intrusive_ptr.h>
Public Types | |
| enum | { value = (sizeof(qx::trait::is_boost_intrusive_ptr<T>::isSmartPtr(t)) == sizeof(char)) } |
| typedef boost::mpl::if_c < qx::trait::is_boost_intrusive_ptr < T >::value, boost::mpl::true_, boost::mpl::false_ >::type | type |
Static Private Member Functions | |
| template<typename V > | |
| static char | isSmartPtr (boost::intrusive_ptr< V >) |
| static int | isSmartPtr (...) |
Static Private Attributes | |
| static T | t |
qx::trait::is_boost_intrusive_ptr<T>::value : return true if T is a boost::intrusive_ptr<> smart-pointer, otherwise return false
Definition at line 58 of file is_boost_intrusive_ptr.h.
| typedef boost::mpl::if_c<qx::trait::is_boost_intrusive_ptr<T>::value, boost::mpl::true_, boost::mpl::false_>::type qx::trait::is_boost_intrusive_ptr< T >::type |
Definition at line 73 of file is_boost_intrusive_ptr.h.
| anonymous enum |
Definition at line 69 of file is_boost_intrusive_ptr.h.
| static char qx::trait::is_boost_intrusive_ptr< T >::isSmartPtr | ( | boost::intrusive_ptr< V > | ) | [static, private] |
| static int qx::trait::is_boost_intrusive_ptr< T >::isSmartPtr | ( | ... | ) | [static, private] |
T qx::trait::is_boost_intrusive_ptr< T >::t [static, private] |
Definition at line 65 of file is_boost_intrusive_ptr.h.