Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ str
Method
str
test/test.hpp:76–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
inline std::string
77
Base::str(bool b) {
78
std::stringstream s;
79
if (b)
80
s <<
"+"
;
81
else
82
s <<
"-"
;
83
return s.str();
84
}
85
86
inline std::string
87
Base::str(int i) {
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected