OmniSciDB
a5dc49c757
|
#include <rapidjson/document.h>
#include <rapidjson/stringbuffer.h>
#include <rapidjson/writer.h>
#include <limits>
#include <memory>
#include <stdexcept>
#include <string>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | heavyai::JSON |
Namespaces | |
heavyai | |
Functions | |
bool | heavyai::operator== (const JSON &json1, const JSON &json2) |
bool | heavyai::operator!= (const JSON &json1, const JSON &json2) |
template<typename T > | |
bool | heavyai::operator== (const JSON &json, const T &value) |
template<typename T > | |
bool | heavyai::operator== (const T &value, const JSON &json) |
template<typename T > | |
bool | heavyai::operator!= (const JSON &json, const T &value) |
template<typename T > | |
bool | heavyai::operator!= (const T &value, const JSON &json) |