Skip to content

enum seek_origin binary_io

enum class seek_origin : int { … }

Seek origin

enum constant current

current = SEEK_CUR

From the current position

Defined at io/file.hpp:124

enum constant begin

begin   = SEEK_SET

From the beginning

Defined at io/file.hpp:125

enum constant end

end     = SEEK_END

From the end

Defined at io/file.hpp:126

Defined at io/file.hpp:122