Format the specified rhs to the specified output stream in a single line format and return a non‐`const` reference to stream.

Synopsis

Declared in <bdljsn_readoptions.h>

std::ostream&
operator<<(
    std::ostream& stream,
    ReadOptions const& rhs);

Return Value

a non‐`const` reference to stream

Parameters

Name

Description

stream

output stream

rhs

options object to format

Created with MrDocs