MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / V2String

Method V2String

OpenHD/ohd_common/lib/ini/ini.hpp:436–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434
435template <typename T>
436inline std::string INIReader::V2String(const T& v) const {
437 std::stringstream ss;
438 ss << v;
439 return ss.str();
440}
441
442template <typename T>
443inline std::string INIReader::Vec2String(const std::vector<T>& v) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected