std::fpos_t

Header: <cstdio>

std::fpos_t is a non-array complete object type, can be used to store (by std::fgetpos) and restore (by std::fsetpos) the position and multibyte parser state (if any) for a C stream.

# Declarations

typedef /* implementation-defined */ fpos_t;

# See also