| 212 | |
| 213 | template <> |
| 214 | inline std::string utils::get_key<std::string>(std::size_t counter) { |
| 215 | return "Key " + std::to_string(counter); |
| 216 | } |
| 217 | |
| 218 | template <> |
| 219 | inline move_only_test utils::get_key<move_only_test>(std::size_t counter) { |
nothing calls this directly
no outgoing calls
no test coverage detected