Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
45
template<typename type>
46
std::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.h
File · 0.85
update
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected