Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

is_read_buffered

The is_read_buffered class is a traits class that may be used to determine whether a stream type supports buffering of read data.

template<
    typename Stream>
class is_read_buffered
Data Members

Name

Description

value

The value member is true only if the Stream type supports buffering of read data.

Requirements

Header: boost/asio/is_read_buffered.hpp

Convenience header: boost/asio.hpp


PrevUpHomeNext