[#BloombergLP-bdls-operator_lshift-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::operator<< :relfileprefix: ../../ :mrdocs: Stream insertion operators == Synopses Declared in `<bdls_filepermissions.h>` Write the specified permission bit mask `value` to the specified `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/bdls/operator_lshift-06.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/bdls/FilePermissions/Enum.adoc[FilePermissions::Enum] value); ---- [.small]#xref:BloombergLP/bdls/operator_lshift-06.adoc[_» more..._]# Write the specified `value` to the specified `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/bdls/operator_lshift-0cf.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/bdls/FilesystemUtil/Whence.adoc[FilesystemUtil::Whence] value); ---- [.small]#xref:BloombergLP/bdls/operator_lshift-0cf.adoc[_» more..._]# Write the specified `value` to the specified `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/bdls/operator_lshift-0c9.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/bdls/FilesystemUtil/ErrorType.adoc[FilesystemUtil::ErrorType] value); ---- [.small]#xref:BloombergLP/bdls/operator_lshift-0c9.adoc[_» more..._]# Write the specified `value` to the specified `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/bdls/operator_lshift-04.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/bdls/FilesystemUtil/FileOpenPolicy.adoc[FilesystemUtil::FileOpenPolicy] value); ---- [.small]#xref:BloombergLP/bdls/operator_lshift-04.adoc[_» more..._]# Write the specified `value` to the specified `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/bdls/operator_lshift-0b.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/bdls/FilesystemUtil/FileIOPolicy.adoc[FilesystemUtil::FileIOPolicy] value); ---- [.small]#xref:BloombergLP/bdls/operator_lshift-0b.adoc[_» more..._]# Write the specified `value` to the specified `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/bdls/operator_lshift-0a.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/bdls/FilesystemUtil/FileTruncatePolicy.adoc[FilesystemUtil::FileTruncatePolicy] value); ---- [.small]#xref:BloombergLP/bdls/operator_lshift-0a.adoc[_» more..._]# == Return Value a reference to `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream | *value* | permission bit mask to write |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#