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

Function stringify

crawl-ref/source/playable.cc:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68template <typename Coll, typename S>
69vector<string> stringify(const Coll &c, S stringify)
70{
71 vector<string> result;
72 std::transform(c.begin(), c.end(), std::back_inserter(result), stringify);
73 return result;
74}
75
76vector<string> playable_combo_names()
77{

Callers 2

playable_combo_namesFunction · 0.70
comma_separated_fnFunction · 0.70

Calls 3

transformFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected