BloombergLP::bdlb::operator<<

Write the specified variant object to the specified output stream in a single-line (human-readable) format, and return a reference to stream.

Synopsis

Declared in <bdlb_variant.h>

template<class TYPES>
std::ostream&
operator<<(
    std::ostream& stream,
    VariantImp<TYPES> const& object);