MCPcopy Create free account
hub / github.com/DeepGraphLearning/graphvite / signature

Function signature

include/bind.h:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82template<class... Args>
83std::string signature(const std::string &name, const Args &...args) {
84 std::stringstream full_name;
85 full_name << name;
86 auto _ = {(full_name << "_" << args, 0)...};
87 return full_name.str();
88}
89
90template<class Solver>
91#define Float typename Solver::Float

Callers 8

pyGraphMethod · 0.70
pyWordGraphMethod · 0.70
pyKnowledgeGraphMethod · 0.70
pyKNNGraphMethod · 0.70
pyGraphSolverMethod · 0.70
pyVisualizationSolverMethod · 0.70
type_helperFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected