Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ETLCPP/etl
/ template_function_f
Function
template_function_f
test/test_utility.cpp:564–567 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
562
//*********************************
563
template <typename T>
564
forward_call_type template_function_f(T && t)
565
{
566
return function_f(etl::forward<T>(t));
567
}
568
569
//*********************************
570
TEST(test_forward)
Callers
1
TEST
Function · 0.85
Calls
1
function_f
Function · 0.85
Tested by
no test coverage detected