MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / toString

Function toString

src/Battlescape/MedikitState.cpp:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 */
45template<typename type>
46std::wstring toString (type t)
47{
48 std::wostringstream ss;
49 ss << t;
50 return ss.str();
51}
52
53/**
54 * Helper class for the medikit title.

Callers 2

Logger.hFile · 0.85
updateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected