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
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