QxOrm  1.4.9
C++ Object Relational Mapping library

qx::trait::is_archive_wide<T>::value : define if a boost::archive type uses wide string character and stream (for example std::wstring) or not (for example std::string) More...

#include <archive_wide_traits.h>

List of all members.

Public Types

enum  { value = false }

Detailed Description

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

qx::trait::is_archive_wide<T>::value : define if a boost::archive type uses wide string character and stream (for example std::wstring) or not (for example std::string)

Definition at line 62 of file archive_wide_traits.h.


Member Enumeration Documentation

template<typename T >
anonymous enum
Enumerator:
value 

Definition at line 62 of file archive_wide_traits.h.


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