MCPcopy Create free account
hub / github.com/ElementsProject/elements / FormatListN<0>

Class FormatListN<0>

src/tinyformat.h:1006–1009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1004
1005// Special 0-arg version - MSVC says zero-sized C array in struct is nonstandard
1006template<> class FormatListN<0> : public FormatList
1007{
1008 public: FormatListN() : FormatList(0, 0) {}
1009};
1010
1011} // namespace detail
1012

Callers 1

makeFormatListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected