Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/changkun/modern-cpp-tutorial
/ Base
Method
Base
code/2/2.7.cpp:15–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
std::string str;
14
int value;
15
Base() = delete;
16
Base(std::string s) {
17
str = s;
18
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected