5#include "../macros.hpp"
7hi_export_module(hikogui.file.seek_whence);
9hi_export
namespace hi {
inline namespace v1 {
seek_whence
The position in the file to seek from.
Definition seek_whence.hpp:14
@ current
Continue from the current position.
@ end
Start from the end of the file.
@ begin
Start from the beginning of the file.
The HikoGUI namespace.
Definition array_generic.hpp:20
DOXYGEN BUG.
Definition algorithm_misc.hpp:20