System::IO::BasicSystemIOStreamWrapper::BasicSystemIOStreamWrapper constructor
BasicSystemIOStreamWrapper::BasicSystemIOStreamWrapper(BasicSystemIOStreamWrapper&&) constructor
Move constructor.
System::IO::BasicSystemIOStreamWrapper<Elem, Traits>::BasicSystemIOStreamWrapper(BasicSystemIOStreamWrapper &&right) noexcept
Parameter | Type | Description |
---|---|---|
right | BasicSystemIOStreamWrapper&& | Object to be move |
See Also
- Class BasicSystemIOStreamWrapper
- Class BasicSystemIOStreamWrapper
- Namespace System::IO
- Library Aspose.TeX for C++
BasicSystemIOStreamWrapper::BasicSystemIOStreamWrapper(const BasicSystemIOStreamWrapper&) constructor
Copy constructor. Deleted.
System::IO::BasicSystemIOStreamWrapper<Elem, Traits>::BasicSystemIOStreamWrapper(const BasicSystemIOStreamWrapper &)=delete
See Also
- Class BasicSystemIOStreamWrapper
- Class BasicSystemIOStreamWrapper
- Namespace System::IO
- Library Aspose.TeX for C++
BasicSystemIOStreamWrapper::BasicSystemIOStreamWrapper(SharedPtr<Stream>, SystemIOStreamWrappingMode) constructor
Constructs a new instance of the BasicSystemIOStreamWrapper.
System::IO::BasicSystemIOStreamWrapper<Elem, Traits>::BasicSystemIOStreamWrapper(SharedPtr<Stream> str, SystemIOStreamWrappingMode mode=SystemIOStreamWrappingMode::Binary)
Parameter | Type | Description |
---|---|---|
str | SharedPtr<Stream> | The pointer to the stream |
mode | SystemIOStreamWrappingMode | Wrapping mode |
See Also
- Typedef SharedPtr
- Class Stream
- Enum SystemIOStreamWrappingMode
- Class BasicSystemIOStreamWrapper
- Namespace System::IO
- Library Aspose.TeX for C++