MCPcopy Create free account
hub / github.com/Naios/function2 / operator()

Method operator()

test/functionality-test.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47struct RValueProvider {
48 bool operator()() && {
49 return true;
50 }
51};
52} // namespace
53

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected