Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Compaile/ctrack
/ toStream
Function
toStream
test/doctest.h:1065–1069 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1063
1064
template <typename T>
1065
String toStream(const T& in) {
1066
std::ostream* stream = tlssPush();
1067
filloss(stream, in);
1068
return tlssPop();
1069
}
1070
1071
template <>
1072
struct StringMakerBase<true> {
Callers
1
convert
Method · 0.85
Calls
1
filloss
Function · 0.85
Tested by
no test coverage detected