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 for the latest Boost documentation.
PrevUpHomeNext

basic_stream::impl_type

Synopsis

Defined in header <boost/beast/core/basic_stream.hpp>

struct impl_type :
    public boost::enable_shared_from_this< impl_type >,
    public boost::empty_value< RatePolicy >
Member Functions

Name

Description

close

ex

impl_type

on_timer

operator=

policy

reset

Data Members

Name

Description

read

socket

timer

waiting

write

Description

Convenience header <boost/beast/core.hpp>


PrevUpHomeNext