| 43 | /// from osvr_json_to_c) into a std::string. |
| 44 | template <size_t N> |
| 45 | inline std::string makeString(const char(&arrayLiteral)[N]) { |
| 46 | return std::string(arrayLiteral, N); |
| 47 | } |
| 48 | } // namespace util |
| 49 | } // namespace osvr |
| 50 |
no outgoing calls
no test coverage detected