BloombergLP::bdls::operator<<

Stream insertion operators

Synopses

Declared in <bdls_filepermissions.h>

Write the specified permission bit mask value to the specified stream.

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

Write the specified value to the specified stream.

std::ostream&
operator<<(
    std::ostream& stream,
    FilesystemUtil::Whence value);
» more...

Write the specified value to the specified stream.

std::ostream&
operator<<(
    std::ostream& stream,
    FilesystemUtil::ErrorType value);
» more...

Write the specified value to the specified stream.

std::ostream&
operator<<(
    std::ostream& stream,
    FilesystemUtil::FileOpenPolicy value);
» more...

Write the specified value to the specified stream.

std::ostream&
operator<<(
    std::ostream& stream,
    FilesystemUtil::FileIOPolicy value);
» more...

Write the specified value to the specified stream.

std::ostream&
operator<<(
    std::ostream& stream,
    FilesystemUtil::FileTruncatePolicy value);
» more...

Return Value

a reference to stream

Parameters

NameDescription
streamoutput stream
valuepermission bit mask to write