asio C++ library

PrevUpHomeNext

partial_allocator_binder::operator()

Adapt a completion token to specify that the completion handler should have the allocator as its associated allocator.

template<
    typename CompletionToken>
constexpr allocator_binder< decay_t< CompletionToken >, Allocator > operator()(
    CompletionToken && completion_token) const;

PrevUpHomeNext