We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c00477 commit 39a939cCopy full SHA for 39a939c
cpp/change-notes/2020-11-05-formatting-function.md
@@ -1,3 +1,4 @@
1
lgtm,codescanning
2
-* The `FormattingFunction` class now has predicates `isOutputStream` and `isOutputString` exposing more information about the function.
+* `FormattingFunction.getOutputParameterIndex` now has a parameter identifying whether the output at that index is a buffer or a stream.
3
+* `FormattingFunction` now has a predicate `isOutputGlobal` indicating when the output is to a global stream.
4
* The `primitiveVariadicFormatter` and `variadicFormatter` predicates have more parameters exposing information about the function.
0 commit comments