MCPcopy 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

convertMethod · 0.85

Calls 1

fillossFunction · 0.85

Tested by

no test coverage detected