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);

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);

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);

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

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

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

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

Write the specified object to the specified output stream.

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

Write the time zones from the specified loader to stream.

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

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);

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);

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);

Return Value

  • a reference to stream

  • a non‐`const` reference to stream

  • a reference providing modifiable access to stream

Parameters

Name

Description

stream

output stream

value

enumeration value to write

object

object to write

loader

test loader whose time zones are written

Created with MrDocs