MCPcopy 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
47struct RValueProvider {
48 bool operator()() && {
49 return true;
50 }
51};
52} // namespace
53
54ALL_LEFT_TYPED_TEST_CASE(AllSingleMoveAssignConstructTests)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected