MCPcopy Create free account
hub / github.com/asmuth/clip / toStringV

Method toStringV

src/utils/stringutil_impl.h:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30template <typename... T>
31std::vector<std::string> StringUtil::toStringV(T... values) {
32 std::vector<std::string> target;
33 toStringVImpl(&target, values...);
34 return target;
35}
36
37template <typename T>
38std::string StringUtil::formatNumberMetric(T orig_value) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected