MCPcopy Create free account
hub / github.com/XadillaX/byakuren / Foo

Class Foo

tools/cpplint/samples/silly-sample/src/sillycode.cpp:91–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90
91class Foo {
92 string s;
93 int i;
94public:
95 Foo& operator=(Foo&& a);
96 // ...
97};
98
99Foo& Foo::operator=(Foo&& a) // OK, but there is a cost
100{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected