Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
template<typename _Ty>
29
static string obj2str(_Ty& obj)
30
{
31
stringstream ss;
32
ss << obj;
33
return ss.str();
34
}
35
36
OriginCMem::OriginCMem()
37
{
Callers
3
OriginCMem
Method · 0.85
set_capacity
Method · 0.85
OriginCMemv2
Method · 0.85
Calls
1
str
Method · 0.45
Tested by
no test coverage detected