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