MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / AppendComma

Method AppendComma

OutputFormatHelper.h:182–187  ·  view source on GitHub ↗

\brief Append a comma if needed.

Source from the content-addressed store, hash-verified

180
181 /// \brief Append a comma if needed.
182 void AppendComma(OnceFalse& needsComma)
183 {
184 if(needsComma) {
185 Append(", "sv);
186 }
187 }
188
189 /// \brief Append a semicolon and a newline.
190 void AppendSemiNewLine() { AppendNewLine(';'); }

Callers 3

InsertArgMethod · 0.80
FillConstantArrayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected