streambuf::can_read Method
can_read is used to determine whether a stream buffer will support read operations (get).
virtual bool can_read() const;
Requirements
Header: astreambuf.h
Namespace: concurrency::streams
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
can_read is used to determine whether a stream buffer will support read operations (get).
virtual bool can_read() const;
Header: astreambuf.h
Namespace: concurrency::streams