asio C++ library

PrevUpHomeNext

experimental::channel_traits::rebind

Rebind the traits to a new set of signatures.

template<
    typename... NewSignatures>
struct rebind
Types

Name

Description

other

This nested structure must have a single nested type other that aliases a traits type with the specified set of signatures.

Requirements

Header: asio/experimental/channel_traits.hpp

Convenience header: None


PrevUpHomeNext