Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crawl/crawl
/ to_string
Function
to_string
crawl-ref/source/stringutil.h:272–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
270
namespace std
271
{
272
static inline string to_string(int value)
273
{
274
return make_stringf(
"%d"
, value);
275
}
276
static inline string to_string(long value)
277
{
278
return make_stringf(
"%ld"
, value);
Callers
15
get_max_hp_desc
Method · 0.70
common_name
Method · 0.70
deck_status
Function · 0.70
spell_noise_string
Function · 0.70
range_string
Function · 0.70
str
Method · 0.70
fixedp
Class · 0.70
_send_player
Method · 0.70
rewrite_chunk_prefix
Method · 0.70
_describe_weapon
Function · 0.70
_warlock_mirror_reflect_desc
Function · 0.70
_describe_armour
Function · 0.70
Calls
1
make_stringf
Function · 0.85
Tested by
no test coverage detected