| 73 | return CcI2SFreeNoexcept(str, x); |
| 74 | } |
| 75 | static std::string sttcMemF(const std::string& str, int x) noexcept |
| 76 | { |
| 77 | return CcI2SFreeNoexcept(str, x); |
| 78 | } |
| 79 | }; |
| 80 | |
| 81 | TEST_CASE("function_traits_test - static_asserts") |
nothing calls this directly
no test coverage detected