The ostream to which a diff will be formatted if arrays disagree. If this is null (the default) no diff will be formatted.
| 118 | /// The ostream to which a diff will be formatted if arrays disagree. |
| 119 | /// If this is null (the default) no diff will be formatted. |
| 120 | std::ostream* diff_sink() const { return diff_sink_; } |
| 121 | |
| 122 | /// Return a new EqualOptions object with the "diff_sink" property changed. |
| 123 | /// This option will be ignored if diff formatting of the types of compared arrays is |