Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ printfln
Function
printfln
paddle/utils/string/tinyformat/tinyformat.h:909–912 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
907
908
template <typename... Args>
909
void printfln(const char *fmt, const Args &...args) {
910
format(std::cout, fmt, args...);
911
std::cout <<
'\n'
;
912
}
913
914
} // namespace tinyformat
915
} // namespace string
Callers
nothing calls this directly
Calls
1
format
Function · 0.85
Tested by
no test coverage detected