![]() |
QxOrm
1.3.2
C++ Object Relational Mapping library
|
qx::trait::is_std_vector<T>::value : return true if T is a std::vector<> container of stl library, otherwise return false More...
#include <is_std_vector.h>
Public Types | |
| enum | { value = (sizeof(qx::trait::is_std_vector<T>::isContainer(t)) == sizeof(char)) } |
| typedef boost::mpl::if_c < qx::trait::is_std_vector< T > ::value, boost::mpl::true_, boost::mpl::false_ >::type | type |
Static Private Member Functions | |
| template<typename V > | |
| static char | isContainer (const std::vector< V > &) |
| static int | isContainer (...) |
Static Private Attributes | |
| static T | t |
qx::trait::is_std_vector<T>::value : return true if T is a std::vector<> container of stl library, otherwise return false
Definition at line 59 of file is_std_vector.h.
| typedef boost::mpl::if_c<qx::trait::is_std_vector<T>::value, boost::mpl::true_, boost::mpl::false_>::type qx::trait::is_std_vector< T >::type |
Definition at line 74 of file is_std_vector.h.
| anonymous enum |
Definition at line 70 of file is_std_vector.h.
| static char qx::trait::is_std_vector< T >::isContainer | ( | const std::vector< V > & | ) | [static, private] |
| static int qx::trait::is_std_vector< T >::isContainer | ( | ... | ) | [static, private] |
T qx::trait::is_std_vector< T >::t [static, private] |
Definition at line 66 of file is_std_vector.h.