Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Naios/function2
/ RValueProvider
Class
RValueProvider
test/functionality-test.cpp:47–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
};
46
47
struct RValueProvider {
48
bool operator()() && {
49
return true;
50
}
51
};
52
} // namespace
53
54
ALL_LEFT_TYPED_TEST_CASE(AllSingleMoveAssignConstructTests)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected