QxOrm
1.5.0
C++ Object Relational Mapping library
|
Provide a Qt QJson serialization method (save/load) for type std::unordered_map<Key, Value> and std::unordered_multimap<Key, Value> (C++11 compilation option _QX_CPP_11_CONTAINER must be defined) More...
#include <QtCore/qjsonvalue.h>
#include <QtCore/qjsonobject.h>
#include <QtCore/qjsonarray.h>
#include <unordered_map>
#include <QxConvert/QxConvert.h>
#include <QxConvert/QxConvert_Impl.h>
Go to the source code of this file.
Provide a Qt QJson serialization method (save/load) for type std::unordered_map<Key, Value> and std::unordered_multimap<Key, Value> (C++11 compilation option _QX_CPP_11_CONTAINER must be defined)
Definition in file QxSerializeQJson_std_unordered_map.h.