Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_stream::rebind_executor

Rebinds the stream type to another executor.

Synopsis

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

template<
    class Executor1>
struct rebind_executor
Types

Name

Description

other

The stream type when rebound to the specified executor.

Description

PrevUpHomeNext