![]() |
QxOrm 1.1.9
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 52 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 67 of file is_boost_intrusive_ptr.h.
anonymous enum |
Definition at line 63 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 59 of file is_boost_intrusive_ptr.h.