System::IO::BasicSTDIOStreamWrapper::BasicSTDIOStreamWrapper constructor
BasicSTDIOStreamWrapper::BasicSTDIOStreamWrapper(const BasicSTDIOStreamWrapper&) constructor
Copy‑constructor. Verwijderd.
System::IO::BasicSTDIOStreamWrapper<T, typename>::BasicSTDIOStreamWrapper(const BasicSTDIOStreamWrapper &)=delete
Zie ook
- Class BasicSTDIOStreamWrapper
- Class BasicSTDIOStreamWrapper
- Namespace System::IO
- Library Aspose.Page for C++
BasicSTDIOStreamWrapper::BasicSTDIOStreamWrapper(std::basic_iostream<char_type, traits_type>&, STDIOStreamWrappingMode, STDIOStreamPositionPreference) constructor
Construeert een nieuw exemplaar van de BasicSTDIOStreamWrapper.
System::IO::BasicSTDIOStreamWrapper<T, typename>::BasicSTDIOStreamWrapper(std::basic_iostream<char_type, traits_type> &str, STDIOStreamWrappingMode mode=STDIOStreamWrappingMode::Binary, STDIOStreamPositionPreference pref_pos=STDIOStreamPositionPreference::Zero)
| Parameter | Type | Beschrijving |
|---|---|---|
| str | std::basic_iostream<char_type, traits_type>& | De referentie naar de stream |
| mode | STDIOStreamWrappingMode | Wrap-modus |
| pref_pos | STDIOStreamPositionPreference | Positie die als lees- en schrijfpositie wordt geprefereerd, als deze verschillend zijn. |
Zie ook
- Typedef char_type
- Typedef traits_type
- Enum STDIOStreamWrappingMode
- Enum STDIOStreamPositionPreference
- Class BasicSTDIOStreamWrapper
- Namespace System::IO
- Library Aspose.Page for C++