| 82 | |
| 83 | template <class EnumType> |
| 84 | static constexpr auto integerToString(int enumValue) { |
| 85 | return enumToString(integerToEnum<EnumType>(enumValue)); |
| 86 | } |
| 87 | }; |
| 88 | |
| 89 | } // namespace ns_ikalibr |
nothing calls this directly
no outgoing calls
no test coverage detected