MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / printfln

Function printfln

inst/include/Rcpp/utils/tinyformat/tinyformat.h:987–991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

985
986template<typename... Args>
987void printfln(const char* fmt, const Args&... args)
988{
989 format(std::cout, fmt, args...);
990 std::cout << '\n';
991}
992
993
994#else // C++98 version

Callers

nothing calls this directly

Calls 1

formatFunction · 0.85

Tested by

no test coverage detected