Return the ios_base mode bits for this file handler.
Synopsis
Declared in <bdls_fdstreambuf.h>
int
openMode() const;
Description
Return the bsl::ios_base mode bits corresponding to this file handler. Note that this will be a union (bitwise‐OR) of a subset of the bsl::ios_base constants in, out, and binary.
Return Value
the bsl::ios_base mode bits for this file handler
Created with MrDocs