MCPcopy 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
3template <typename T, typename ... Args>
4T create(Args&& ... args){
5 return T(std::forward<Args>(args)...);
6}
7
8int main()
9{

Callers

nothing calls this directly

Calls 1

TClass · 0.70

Tested by

no test coverage detected