MCPcopy Create free account
hub / github.com/baidu/babylon / operator()

Method operator()

test/test_move_only_function.cpp:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 S(S&&) = default;
18 S(const S&) = default;
19 void operator()(::std::string) const {}
20 } s;
21 auto value = ::std::is_constructible<MOF, S>::value;
22 ASSERT_TRUE(value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected