Enumeration used to distinguish among different starting points for a seek operation.
Synopsis
Declared in <bdls_filesystemutil.h>
enum Whence;
Members
Name |
Description |
|
Seek from beginning of file. |
|
Seek from current position. |
|
Seek from end of file. |
Created with MrDocs