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

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