Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
namespace string_util {
25
26
inline void MakeStringInternal(std::stringstream & /*ss*/) {}
27
28
template <typename T>
29
inline void MakeStringInternal(std::stringstream &ss, const T &t) {
Callers
1
MakeString
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected