Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/design-patterns-in-modern-cpp
/ Square
Method
Square
Structural/Decorator/decorator.cpp:42–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
float side;
41
42
Square(){}
43
44
explicit Square(const float side)
45
: side{side}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected