Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
986
template<typename... Args>
987
void 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
format
Function · 0.85
Tested by
no test coverage detected