streambuf::can_write Method
can_write is used to determine whether a stream buffer will support write operations (put).
virtual bool can_write() const;
Requirements
Header: astreambuf.h
Namespace: concurrency::streams
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
can_write is used to determine whether a stream buffer will support write operations (put).
virtual bool can_write() const;
Header: astreambuf.h
Namespace: concurrency::streams