System::IO::BasicSTDOStreamWrapper::BasicSTDOStreamWrapper costruttore
BasicSTDOStreamWrapper::BasicSTDOStreamWrapper(const BasicSTDOStreamWrapper&) constructor
Costruttore di copia. Eliminato.
System::IO::BasicSTDOStreamWrapper<T, typename>::BasicSTDOStreamWrapper(const BasicSTDOStreamWrapper &)=delete
Vedi anche
- Class BasicSTDOStreamWrapper
- Class BasicSTDOStreamWrapper
- Namespace System::IO
- Library Aspose.Font for C++
BasicSTDOStreamWrapper::BasicSTDOStreamWrapper(std::basic_ostream<char_type, traits_type>&, STDIOStreamWrappingMode) constructor
Crea una nuova istanza di BasicSTDOStreamWrapper.
System::IO::BasicSTDOStreamWrapper<T, typename>::BasicSTDOStreamWrapper(std::basic_ostream<char_type, traits_type> &str, STDIOStreamWrappingMode mode=STDIOStreamWrappingMode::Binary)
| Parametro | Tipo | Descrizione |
|---|---|---|
| str | std::basic_ostream<char_type, traits_type>& | Il riferimento al flusso |
| mode | STDIOStreamWrappingMode | Modalità di wrapping |
Vedi anche
- Typedef char_type
- Typedef traits_type
- Enum STDIOStreamWrappingMode
- Class BasicSTDOStreamWrapper
- Namespace System::IO
- Library Aspose.Font for C++