Write the specified value to the specified stream.
Synopsis
Declared in <bdls_filesystemutil.h>
std::ostream&
operator<<(
std::ostream& stream,
FilesystemUtil::ErrorType value);
Description
Output the specified value to the specified stream, in human‐readable form. If value is not a valid ErrorType value, report that it is invalid and output it as an integer.
Return Value
a reference to stream
Parameters
Name |
Description |
stream |
output stream |
value |
error code to write |
Created with MrDocs