MCPcopy Create free account
hub / github.com/baidu/babylon / S

Method S

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

Source from the content-addressed store, hash-verified

14 {
15 struct S {
16 S() = default;
17 S(S&&) = default;
18 S(const S&) = default;
19 void operator()(::std::string) const {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected