MCPcopy 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
908template <typename... Args>
909void 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

formatFunction · 0.85

Tested by

no test coverage detected