template struct QPanda::JsonBackendParser<WeightedGraph<T>>

#include <Graph.h>

template <class T>
struct JsonBackendParser<WeightedGraph<T>>
{
    // methods

    static T ParseWeight(const rapidjson::Value& v);
    static std::unique_ptr<WeightedGraph<T>> Parse(const rapidjson::Value& root);
};