| 42 | |
| 43 | struct CcI2SStrct { |
| 44 | std::string operator()(const std::string& str, int x) |
| 45 | { |
| 46 | return CcI2SFree(str, x); |
| 47 | } |
| 48 | std::string nonCMemF(const std::string& str, int x) |
| 49 | { |
| 50 | return CcI2SFree(str, x); |
nothing calls this directly
no test coverage detected