System::IO::BasicSTDIStreamWrapper::BasicSTDIStreamWrapper constructor
BasicSTDIStreamWrapper::BasicSTDIStreamWrapper(const BasicSTDIStreamWrapper&) constructor
Copy‑constructor. Verwijderd.
System::IO::BasicSTDIStreamWrapper<T, typename>::BasicSTDIStreamWrapper(const BasicSTDIStreamWrapper &)=delete
Zie ook
- Class BasicSTDIStreamWrapper
- Class BasicSTDIStreamWrapper
- Namespace System::IO
- Library Aspose.Page for C++
BasicSTDIStreamWrapper::BasicSTDIStreamWrapper(std::basic_istream<char_type, traits_type>&, STDIOStreamWrappingMode) constructor
Maakt een nieuw exemplaar van de BasicSTDIStreamWrapper.
System::IO::BasicSTDIStreamWrapper<T, typename>::BasicSTDIStreamWrapper(std::basic_istream<char_type, traits_type> &str, STDIOStreamWrappingMode mode=STDIOStreamWrappingMode::Binary)
| Parameter | Type | Beschrijving |
|---|---|---|
| str | std::basic_istream<char_type, traits_type>& | De referentie naar de stream |
| mode | STDIOStreamWrappingMode | Wrap-modus |
Zie ook
- Typedef char_type
- Typedef traits_type
- Enum STDIOStreamWrappingMode
- Class BasicSTDIStreamWrapper
- Namespace System::IO
- Library Aspose.Page for C++