MCPcopy Create free account
hub / github.com/YatSenOS/YatSenOS-Tutorial-Volume-1 / operator=

Method operator=

lab7/src/2/include/bitmap.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 // 禁止Bitmap之间的赋值
32 BitMap(const BitMap &) {}
33 void operator=(const BitMap&) {}
34};
35
36#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected