BloombergLP::baltzo::operator<<

Stream insertion operators

Synopses

Declared in <baltzo_dstpolicy.h>

Write the string representation of the specified enumeration value to the specified output stream in a single-line format.

std::ostream&
operator<<(
    std::ostream& stream,
    DstPolicy::Enum value);
» more...

Write the string representation of the specified enumeration value to the specified output stream in a single-line format.

std::ostream&
operator<<(
    std::ostream& stream,
    LocalTimeValidity::Enum value);
» more...

Write the value of the specified object to the specified output stream in a single-line format.

std::ostream&
operator<<(
    std::ostream& stream,
    LocalTimeDescriptor const& object);
» more...

Write the value of the specified object to the specified output stream.

std::ostream&
operator<<(
    std::ostream& stream,
    ZoneinfoTransition const& object);
» more...

Write the value of the specified object to the specified output stream.

std::ostream&
operator<<(
    std::ostream& stream,
    Zoneinfo const& object);
» more...

Write the specified object to the specified output stream.

std::ostream&
operator<<(
    std::ostream& stream,
    LocalDatetime const& object);
» more...

Write the time zones from the specified loader to stream.

std::ostream&
operator<<(
    std::ostream& stream,
    TestLoader const& loader);
» more...

Write the value of the specified object to the specified output stream in a single-line format, and return a reference to stream.

std::ostream&
operator<<(
    std::ostream& stream,
    LocalTimePeriod const& object);
» more...

Write the value of the specified object to the specified output stream in a single-line format, and return a reference to stream.

std::ostream&
operator<<(
    std::ostream& stream,
    ZoneinfoBinaryHeader const& object);
» more...

Write the string representation of the specified enumeration value to the specified output stream in a single-line format.

std::ostream&
operator<<(
    std::ostream& stream,
    ErrorCode::Enum value);
» more...

Return Value

  • a reference to stream
  • a non-const reference to stream
  • a reference providing modifiable access to stream

Parameters

NameDescription
streamoutput stream
valueenumeration value to write
objectobject to write
loadertest loader whose time zones are written