System::IO::BasicSTDOStreamWrapper::BasicSTDOStreamWrapper 构造函数
BasicSTDOStreamWrapper::BasicSTDOStreamWrapper(const BasicSTDOStreamWrapper&) constructor
拷贝构造函数。已删除。
System::IO::BasicSTDOStreamWrapper<T, typename>::BasicSTDOStreamWrapper(const BasicSTDOStreamWrapper &)=delete
另见
- Class BasicSTDOStreamWrapper
- Class BasicSTDOStreamWrapper
- Namespace System::IO
- Library Aspose.Font for C++
BasicSTDOStreamWrapper::BasicSTDOStreamWrapper(std::basic_ostream<char_type, traits_type>&, STDIOStreamWrappingMode) constructor
构造一个新的 BasicSTDOStreamWrapper 实例。
System::IO::BasicSTDOStreamWrapper<T, typename>::BasicSTDOStreamWrapper(std::basic_ostream<char_type, traits_type> &str, STDIOStreamWrappingMode mode=STDIOStreamWrappingMode::Binary)
| 参数 | 类型 | 描述 |
|---|---|---|
| str | std::basic_ostream<char_type, traits_type>& | 对流的引用 |
| mode | STDIOStreamWrappingMode | 包装模式 |
另见
- Typedef char_type
- Typedef traits_type
- Enum STDIOStreamWrappingMode
- Class BasicSTDOStreamWrapper
- Namespace System::IO
- Library Aspose.Font for C++