MCPcopy Create free account
hub / github.com/OriginQ/QPanda-2 / obj2str

Function obj2str

Core/QuantumMachine/OriginClassicalSystem.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28template<typename _Ty>
29static string obj2str(_Ty& obj)
30{
31 stringstream ss;
32 ss << obj;
33 return ss.str();
34}
35
36OriginCMem::OriginCMem()
37{

Callers 3

OriginCMemMethod · 0.85
set_capacityMethod · 0.85
OriginCMemv2Method · 0.85

Calls 1

strMethod · 0.45

Tested by

no test coverage detected