MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / makeString

Function makeString

inc/osvr/Util/StringLiteralFileToString.h:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

ServerImplMethod · 0.85
CameraDeviceMethod · 0.85
operator()Method · 0.85
createYEIImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected