MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / attr_str

Function attr_str

ir/value.cpp:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183
184
185static string attr_str(const ParamAttrs &attr) {
186 stringstream ss;
187 ss << attr;
188 return std::move(ss).str();
189}
190
191Input::Input(Type &type, string &&name)
192 : Value(type, std::string(name)), smt_name(std::move(name)) {}

Callers 2

setAttributesMethod · 0.85
mergeMethod · 0.85

Calls 1

strMethod · 0.80

Tested by

no test coverage detected