QxOrm  1.4.9
C++ Object Relational Mapping library

qx::trait::is_ix_persistable<T>::value : return true if T implements qx::IxPersistable interface, otherwise return false More...

#include <IxPersistable.h>

List of all members.

Public Types

enum  { value = std::is_base_of<qx::IxPersistable, value = std::is_base_of<qx::IxPersistable }

Detailed Description

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

qx::trait::is_ix_persistable<T>::value : return true if T implements qx::IxPersistable interface, otherwise return false

Definition at line 361 of file IxPersistable.h.


Member Enumeration Documentation

template<typename T >
anonymous enum
Enumerator:
value 
value 

Definition at line 362 of file IxPersistable.h.


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