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

Method operator()

test/assign-and-constructible-test.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40public:
41 std::size_t operator()() const {
42 return state.use_count();
43 }
44};
45} // namespace
46

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected