Predicate variadicFormatter
Holds if f is a function such as vprintf that has a format parameter
and a variable argument list of type va_arg. formatParamIndex indicates
the format parameter and type indicates the type of vprintf:
""is avprintfvariant,outputParamIndexis-1."f"is avfprintfvariant,outputParamIndexindicates the output stream parameter."s"is avsprintfvariant,outputParamIndexindicates the output buffer parameter."?"if the type cannot be determined.outputParamIndexis-1.
Import path
import cpppredicate variadicFormatter(Function f, string type, int formatParamIndex, int outputParamIndex)