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

Class FormatListN<0>

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

Source from the content-addressed store, hash-verified

906
907// Special 0-arg version - MSVC says zero-sized C array in struct is nonstandard
908template<> class FormatListN<0> : public FormatList
909{
910 public: FormatListN() : FormatList(0, 0) {}
911};
912
913} // namespace detail
914

Callers 1

makeFormatListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected