|
template<typename U > |
static std::conditional< qx::trait::is_qx_pod< U >::value, char, int >::type | removeContainer (const std::vector< U > &) |
|
template<typename U > |
static std::conditional< qx::trait::is_qx_pod< U >::value, char, int >::type | removeContainer (const std::list< U > &) |
|
template<typename U > |
static std::conditional< qx::trait::is_qx_pod< U >::value, char, int >::type | removeContainer (const std::set< U > &) |
|
template<typename U > |
static std::conditional< qx::trait::is_qx_pod< U >::value, char, int >::type | removeContainer (const QList< U > &) |
|
template<typename U > |
static std::conditional< qx::trait::is_qx_pod< U >::value, char, int >::type | removeContainer (const QSet< U > &) |
|
template<typename U > |
static std::conditional< qx::trait::is_qx_pod< U >::value, char, int >::type | removeContainer (const boost::unordered_set< U > &) |
|
template<typename U > |
static std::conditional< qx::trait::is_qx_pod< U >::value, char, int >::type | removeContainer (const boost::unordered_multiset< U > &) |
|
template<typename U > |
static std::conditional< qx::trait::is_qx_pod< U >::value, char, int >::type | removeContainer (const std::unordered_set< U > &) |
|
template<typename U > |
static std::conditional< qx::trait::is_qx_pod< U >::value, char, int >::type | removeContainer (const std::unordered_multiset< U > &) |
|
static int | removeContainer (...) |
|
template<typename T>
class qx::trait::is_container_to_pod< T >
Definition at line 46 of file is_container_to_pod.h.