Write the specified object to the specified stream.
Declared in <bdlb_variant.h>
template<class TYPES>
std::ostream&
operator<<(
std::ostream& stream,
VariantImp<TYPES> const& object);
Write in a single-line (human-readable) format, and return a reference to stream.
a reference to stream
| Name | Description |
|---|---|
| stream | the output stream |
| object | the variant object to write |