boost::capy::io_env::allocator
The allocator for coroutine frame allocation.
Synopsis
Declared in <boost/capy/ex/io_env.hpp>
std::pmr::memory_resource* allocator = nullptr;
Description
When null, the default allocator is used.
Created with MrDocs