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...

Go to the source code of this file.

Classes

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) More...
struct  qx::trait::is_archive_printable< boost::archive::polymorphic_iarchive >
struct  qx::trait::is_archive_printable< boost::archive::polymorphic_oarchive >
struct  qx::trait::is_archive_printable< boost::archive::text_iarchive >
struct  qx::trait::is_archive_printable< boost::archive::text_oarchive >
struct  qx::trait::is_archive_printable< boost::archive::xml_iarchive >
struct  qx::trait::is_archive_printable< boost::archive::xml_oarchive >
struct  qx::trait::is_archive_printable< boost::archive::text_wiarchive >
struct  qx::trait::is_archive_printable< boost::archive::text_woarchive >
struct  qx::trait::is_archive_printable< boost::archive::xml_wiarchive >
struct  qx::trait::is_archive_printable< boost::archive::xml_woarchive >

Namespaces

namespace  qx
 

Root namespace for all QxOrm library features.


namespace  qx::trait
 

QxOrm library traits (template metaprogramming) not available in boost::type_traits library.



Detailed Description

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)

Author:
Lionel Marty

Definition in file archive_printable.h.