MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / println

Function println

test/other/test_concepts.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21char, wchar_t > ;
22
23void println(IsPrintable auto const... arguments) {
24 (std::wcout << ... << arguments) << '\n';
25}
26
27int main() {
28 MyTest<int> test;

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected