std::basic_filebuf::seekoff (3) Linux Manual Page
std::basic_filebuf<CharT,Traits>::seekoff – std::basic_filebuf<CharT,Traits>::seekoff Synopsis protected: virtual pos_type seekoff( off_type off, std::ios_base::seekdir dir, std::ios_base::openmode which = std::ios_base::in | std::ios_base::out ); Repositions the file pointer, if possible, to the position that corresponds to exactly off characters from beginning, end, or current position of the file (depending on the value of dir. If the associated file is not…
