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

Method FormatList

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

Source from the content-addressed store, hash-verified

853{
854 public:
855 FormatList(detail::FormatArg* formatters, int N)
856 : m_formatters(formatters), m_N(N) { }
857
858 friend void vformat(std::ostream& out, const char* fmt,
859 const FormatList& list);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected