Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ emplace_front
Method
emplace_front
src/module.cpp:104–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
103
template <class... Ts>
104
void emplace_front(Ts&&... xs)
105
{
106
emplace(instructions.begin(), std::forward<Ts>(xs)...);
107
}
108
109
template <class... Ts>
110
void emplace_back(Ts&&... xs)
Callers
nothing calls this directly
Calls
2
emplace
Function · 0.85
begin
Method · 0.45
Tested by
no test coverage detected