Stream insertion operators
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...
a reference to stream
| Name | Description |
|---|---|
| stream | output stream |
| value | permission bit mask to write |