MCPcopy Create free account
hub / github.com/XiaoMi/mace / MakeStringInternal

Function MakeStringInternal

include/mace/utils/string_util.h:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace string_util {
25
26inline void MakeStringInternal(std::stringstream & /*ss*/) {}
27
28template <typename T>
29inline void MakeStringInternal(std::stringstream &ss, const T &t) {

Callers 1

MakeStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected