|
ios_base::openmodepublic member type
Type for stream opening mode flags Bitmask type to represent stream opening mode flags.A value of this type can be any valid combination of the following member constants:
These constants are defined in the ios_base class as public members. Therefore, they can be refered to either directly by their name as ios_base members (like ios_base::in) or by using any of their inherited classes or instantiated objects, like for example ios::ate or cout.out.
|