libcoro  1.0
Coroutine support library for C++20
coro::std_allocator Class Reference

represents standard allocator for coroutines More...

#include <allocator.h>

Detailed Description

represents standard allocator for coroutines

This class is empty, just activates usage of standard allocator.

You can use global (constexpr) instance standard_allocator

Definition at line 16 of file allocator.h.


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