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

Method FormatListN

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

Source from the content-addressed store, hash-verified

877#ifdef TINYFORMAT_USE_VARIADIC_TEMPLATES
878 template<typename... Args>
879 FormatListN(const Args&... args)
880 : FormatList(&m_formatterStore[0], N),
881 m_formatterStore { FormatArg(args)... }
882 { static_assert(sizeof...(args) == N, "Number of args must be N"); }
883#else // C++98 version
884 void init(int) {}
885# define TINYFORMAT_MAKE_FORMATLIST_CONSTRUCTOR(n) \

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected