Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/changkun/modern-cpp-tutorial
/ Subclass
Method
Subclass
code/2/2.7.cpp:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
public:
35
double floating;
36
Subclass() = delete;
37
38
// 继承构造
39
Subclass(double f, int v, std::string s) : Base(s, v) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected