| 46 | return CcI2SFree(str, x); |
| 47 | } |
| 48 | std::string nonCMemF(const std::string& str, int x) |
| 49 | { |
| 50 | return CcI2SFree(str, x); |
| 51 | } |
| 52 | std::string cnstMemF(const std::string& str, int x) const |
| 53 | { |
| 54 | return CcI2SFree(str, x); |
nothing calls this directly
no test coverage detected