Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ T_mm_CallWrapper
Method
T_mm_CallWrapper
library/cpp/sse/ut/test.cpp:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
template <typename... TParams>
27
T_mm_CallWrapper(TParams&&... params) {
28
Value = func(std::forward<TParams>(params)...);
29
}
30
31
operator TResult&() {
32
return Value;
Callers
nothing calls this directly
Calls
1
func
Function · 0.85
Tested by
no test coverage detected