Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YatSenOS/YatSenOS-Tutorial-Volume-1
/ BitMap
Method
BitMap
lab8/src/2/include/bitmap.h:32–32 ·
view source on GitHub ↗
禁止Bitmap之间的赋值
Source
from the content-addressed store, hash-verified
30
private:
31
// 禁止Bitmap之间的赋值
32
BitMap(const BitMap &) {}
33
void operator=(const BitMap&) {}
34
};
35
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected