Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ has_info
Method
has_info
gecode/search/cpprofiler/message.hpp:197–197 ·
view source on GitHub ↗
generic optional fields
Source
from the content-addressed store, hash-verified
195
196
// generic optional fields
197
bool has_info(void) const { return _have_info; }
198
const std::string& info(void) const { return _info; }
199
200
void set_type(MsgType type) { _type = type; }
Callers
1
serialize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected