MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / toStreamLit

Function toStreamLit

tests/framework/src/doctest.cpp:834–838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

832
833 template <typename T>
834 String toStreamLit(T t) {
835 std::ostream* os = tlssPush();
836 os->operator<<(t);
837 return tlssPop();
838 }
839}
840
841#ifdef DOCTEST_CONFIG_TREAT_CHAR_STAR_AS_STRING

Callers 1

toStringFunction · 0.85

Calls 3

tlssPushFunction · 0.85
tlssPopFunction · 0.85
operator<<Method · 0.45

Tested by

no test coverage detected