| 50 | return CcI2SFree(str, x); |
| 51 | } |
| 52 | std::string cnstMemF(const std::string& str, int x) const |
| 53 | { |
| 54 | return CcI2SFree(str, x); |
| 55 | } |
| 56 | static std::string sttcMemF(const std::string& str, int x) |
| 57 | { |
| 58 | return CcI2SFree(str, x); |
nothing calls this directly
no test coverage detected