| 61 | |
| 62 | struct CcI2SStrctNoexcept { |
| 63 | std::string operator()(const std::string& str, int x) noexcept |
| 64 | { |
| 65 | return CcI2SFreeNoexcept(str, x); |
| 66 | } |
| 67 | std::string nonCMemF(const std::string& str, int x) noexcept |
| 68 | { |
| 69 | return CcI2SFreeNoexcept(str, x); |
nothing calls this directly
no test coverage detected