MCPcopy Create free account
hub / github.com/c42f/tinyformat / FormatList

Method FormatList

tinyformat.h:940–941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

938{
939 public:
940 FormatList(detail::FormatArg* args, int N)
941 : m_args(args), m_N(N) { }
942
943 friend void vformat(std::ostream& out, const char* fmt,
944 const FormatList& list);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected