| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected