QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

qx::trait::is_qt_variant_compatible<T>::value : return true if T can be host into a QVariant object of Qt library, otherwise return false More...

#include <is_qt_variant_compatible.h>

Public Types

enum  { value = (std::is_enum<T>::value || std::is_integral<T>::value) }
 

Detailed Description

template<typename T>
struct qx::trait::is_qt_variant_compatible< T >

qx::trait::is_qt_variant_compatible<T>::value : return true if T can be host into a QVariant object of Qt library, otherwise return false

Definition at line 58 of file is_qt_variant_compatible.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
value 

Definition at line 59 of file is_qt_variant_compatible.h.


The documentation for this struct was generated from the following file: