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

Function printf

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

Source from the content-addressed store, hash-verified

979/// Format list of arguments to std::cout, according to the given format string
980template<typename... Args>
981void printf(const char* fmt, const Args&... args)
982{
983 format(std::cout, fmt, args...);
984}
985
986template<typename... Args>
987void printfln(const char* fmt, const Args&... args)

Callers

nothing calls this directly

Calls 1

formatFunction · 0.85

Tested by

no test coverage detected