STDIOStreamPositionPreference

STDIOStreamPositionPreference enum

Determines which position in the stream is preferable as a common read and write position when std::basic_iostream and its descendants will have different read and write positions at the time of wrapper creation.

enum class STDIOStreamPositionPreference

Values

NameValueDescription
Zero0Zero position will sets as a read and write position.
ReadPosition1gptr position will sets as a read and write position.
WritePosition2pptr position will sets as a read and write position.

See Also