System::IO::STDIOStreamPositionPreference 枚举
STDIOStreamPositionPreference enum
确定在创建包装器时,当 std::basic_iostream 及其派生类具有不同的读取和写入位置时,流中哪个位置更适合作为公共的读写位置。
enum class STDIOStreamPositionPreference
值
| 名称 | 值 | 描述 |
|---|---|---|
| 零 | 0 | 零位置将被设置为读写位置。 |
| ReadPosition | 1 | gptr 位置将设置为读写位置。 |
| WritePosition | 2 | pptr 位置将设置为读写位置。 |
另见
- Namespace System::IO
- Library Aspose.Font for C++