Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ print
Method
print
examples/source/config.cpp:14–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
int height;
13
14
void print() {
15
std::cout <<
"Name: "
<< name <<
'\n'
16
<<
"Width: "
<< width <<
'\n'
17
<<
"Height: "
<< height <<
'\n'
;
18
}
19
};
20
21
int main() {
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected