Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
char, wchar_t > ;
22
23
void println(IsPrintable auto const... arguments) {
24
(std::wcout << ... << arguments) <<
'\n'
;
25
}
26
27
int main() {
28
MyTest<int> test;
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected