Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TRec
Class
TRec
library/cpp/threading/future/future_ut.cpp:418–421 ·
view source on GitHub ↗
compileability test
Source
from the content-addressed store, hash-verified
416
Y_UNIT_TEST(ShouldStoreTypesWithoutDefaultConstructor) {
417
// compileability test
418
struct TRec {
419
explicit TRec(int) {
420
}
421
};
422
423
auto promise = NewPromise<TRec>();
424
promise.SetValue(TRec(1));
Callers
1
Y_UNIT_TEST
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected