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

#include <Graph.h>

template <class T>
struct JsonFields<WeightedGraph<T>>
{
    // fields

    static std::string _WeightLabel_ = "w";
};