QxOrm  1.4.9
C++ Object Relational Mapping library

qx::trait::is_archive_printable<T>::value : define if a boost::archive type is readable by a human (for example XML archive) or not (for example binary archive) More...

#include <archive_printable.h>

List of all members.

Public Types

enum  { value = false }

Detailed Description

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

qx::trait::is_archive_printable<T>::value : define if a boost::archive type is readable by a human (for example XML archive) or not (for example binary archive)

Definition at line 55 of file archive_printable.h.


Member Enumeration Documentation

template<typename T >
anonymous enum
Enumerator:
value 

Definition at line 55 of file archive_printable.h.


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