BasicSTDOStreamWrapper()
BasicSTDOStreamWrapper::BasicSTDOStreamWrapper(std::basic_ostream<char_type, traits_type>&, STDIOStreamWrappingMode) constructor
Constructs a new instance of the BasicSTDOStreamWrapper.
System::IO::BasicSTDOStreamWrapper<T, typename>::BasicSTDOStreamWrapper(std::basic_ostream<char_type, traits_type> &str, STDIOStreamWrappingMode mode=STDIOStreamWrappingMode::Binary)
Arguments
Parameter | Type | Description |
---|---|---|
str | std::basic_ostream<char_type, traits_type>& | The reference to the stream |
mode | STDIOStreamWrappingMode | Wrapping mode |
BasicSTDOStreamWrapper::BasicSTDOStreamWrapper(const BasicSTDOStreamWrapper&) constructor
Copy constructor. Deleted.
System::IO::BasicSTDOStreamWrapper<T, typename>::BasicSTDOStreamWrapper(const BasicSTDOStreamWrapper &)=delete
See Also
- Enum STDIOStreamWrappingMode
- Typedef char_type
- Typedef traits_type
- Class BasicSTDOStreamWrapper
- Namespace System::IO
- Library Aspose.Slides