libcoro  1.0
Coroutine support library for C++20
coro::coro_allocator_helper< Alloc > Class Template Reference

inherit this class to include coro_allocator into your promise_type More...

Inherited by coro::async< T, Alloc >::promise_type, coro::basic_coroutine< Alloc >::promise_type, coro::coro_allocator_helper< const std_allocator >, coro::generator< T, Alloc >::promise_type, and coro::generator< R(Args...), Alloc >::promise_type.

Detailed Description

template<coro_allocator Alloc>
class coro::coro_allocator_helper< Alloc >

inherit this class to include coro_allocator into your promise_type

Definition at line 77 of file allocator.h.


The documentation for this class was generated from the following file: