MCPcopy Create free account
hub / github.com/crawl/crawl / join_strings

Function join_strings

crawl-ref/source/stringutil.h:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 */
229template <typename Z>
230string join_strings(Z start, Z end, const string &sep = " ")
231{
232 return comma_separated_line(start, end, sep, sep);
233}
234
235static inline bool starts_with(const string &s, const string &prefix)
236{

Callers 15

tags_stringMethod · 0.85
speed_descriptionMethod · 0.85
mons_conditions_stringFunction · 0.85
gift_cardsFunction · 0.85
init_death_causeMethod · 0.85
_unforbidFunction · 0.85
read_init_fileFunction · 0.85
get_keyhelpMethod · 0.85
update_macro_moreMethod · 0.85
_randart_descripFunction · 0.85
_format_dbrandFunction · 0.85
validate_mutationsFunction · 0.85

Calls 1

comma_separated_lineFunction · 0.85

Tested by

no test coverage detected