Enumeration used to distinguish among different starting points for a seek operation.
Declared in <bdls_filesystemutil.h>
enum Whence;
| Name | Description |
|---|---|
e_SEEK_FROM_BEGINNING | Seek from beginning of file. |
e_SEEK_FROM_CURRENT | Seek from current position. |
e_SEEK_FROM_END | Seek from end of file. |