Member predicate UserDefinedFormattingFunction::getOutputParameterIndex
Gets the position at which the output parameter, if any, occurs. If
isStream
is true
, the output parameter is a stream (that is, this
function behaves like fprintf
). If isStream
is false
, the output
parameter is a buffer (that is, this function behaves like sprintf
).
int getOutputParameterIndex(boolean isStream)