Share via


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

See Also

Reference

streambuf Class