std::ios_base::openmode
| typedef /*implementation defined*/ openmode; |
||
| static constexpr openmode app = /*implementation defined*/ static constexpr openmode binary = /*implementation defined*/ |
||
Specifies available file open flags. It is a BitmaskType, the following constants are defined:
| Constant | Explanation |
| app | seek to the end of stream before each write |
| binary | open in binary mode |
| in | open for reading |
| out | open for writing |
| trunc | discard the contents of the stream when opening |
| ate | seek to the end of stream immediately after open |
[edit] Example
| This section is incomplete Reason: no example |
[edit] See also
| opens a file and configures it as the associated character sequence (public member function of std::basic_filebuf<CharT,Traits>)
| |
| constructs a basic_stringbuf object (public member function of std::basic_stringbuf<CharT,Traits,Allocator>)
|

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
