Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ create
Function
create
tests/CXXScalarValueInitExprTest.cpp:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
template <typename T, typename ... Args>
4
T create(Args&& ... args){
5
return T(std::forward<Args>(args)...);
6
}
7
8
int main()
9
{
Callers
nothing calls this directly
Calls
1
T
Class · 0.70
Tested by
no test coverage detected