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

Write the specified value to the specified stream.

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

Write the specified value to the specified stream.

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

Write the specified value to the specified stream.

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

Write the specified value to the specified stream.

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

Write the specified value to the specified stream.

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

Return Value

a reference to stream

Parameters

Name

Description

stream

output stream

value

permission bit mask to write

Created with MrDocs