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

Function makeFormatList

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

Source from the content-addressed store, hash-verified

926/// FormatListRef formatList = makeFormatList( /*...*/ );
927template<typename... Args>
928detail::FormatListN<sizeof...(Args)> makeFormatList(const Args&... args)
929{
930 return detail::FormatListN<sizeof...(args)>(args...);
931}
932
933#else // C++98 version
934

Callers 1

formatFunction · 0.85

Calls 1

FormatListN<0>Class · 0.85

Tested by

no test coverage detected