Print to stream a description of error relative to input. Return a reference to stream.

Synopsis

Declared in <bdljsn_jsonutil.h>

static
std::ostream&
printError(
    std::ostream& stream,
    std::string_view const& input,
    Error const& error);

Created with MrDocs