MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / int2string

Function int2string

src/myFunc.cpp:1793–1798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1791}
1792
1793std::string int2string (int a) {
1794 stringstream ss;
1795 ss << a;
1796 string str = ss.str();
1797 return str;
1798}
1799
1800void deleteChar(std::string & s, char c, int moreLettersToDelete) {
1801 string newString;

Callers 1

createPileUpFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected