Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OriginQ/QPanda-2
/ get
Method
get
include/Core/Module/Module.h:158–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
QVec get() {
159
QVec qs;
160
for (size_t i = 0; i < size(); ++i) {
161
qs.push_back(BaseClass::operator[](i));
162
}
163
return qs;
164
}
165
166
qvec operator +(qvec vec)
167
{
Callers
6
getOptimizer
Method · 0.45
check_insert_node_type
Method · 0.45
ScannerState
Method · 0.45
getOperation
Method · 0.45
result
Function · 0.45
qvec
Method · 0.45
Calls
3
size
Function · 0.50
operator[]
Function · 0.50
push_back
Method · 0.45
Tested by
no test coverage detected