Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ moveResultTo
Method
moveResultTo
src/bench/nanobench.h:2332–2334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2330
}
2331
2332
void IterationLogic::moveResultTo(std::vector<Result>& results) noexcept {
2333
results.emplace_back(std::move(mPimpl->mResult));
2334
}
2335
2336
# if ANKERL_NANOBENCH(PERF_COUNTERS)
2337
Callers
1
nanobench.h
File · 0.80
Calls
1
emplace_back
Method · 0.80
Tested by
no test coverage detected