Go to the source code of this file.
|  | 
| namespace | ipc | 
|  | Catch-all namespace for the Flow-IPC project: A library/API in modern C++17 providing high-performance communication between processes. 
 | 
|  | 
| namespace | ipc::shm | 
|  | Modules for SHared Memory (SHM) support. 
 | 
|  | 
|  | 
| template<typename Arena > | 
| using | ipc::shm::Arena_to_borrower_allocator_arena_t = typename Arena_to_borrower_allocator_arena< Arena >::Type | 
|  | Alias that, given an Arenatype (withArena::construct<T>()which allocates/constructs aT), yields aBorrower_allocator_arenatype which can be used as theArenaarg to stl::Stateless_allocator for the borrower-side counterpartT, usable inShm_session::borrow_object<T>()to recover so-constructed objects.  More...
 | 
|  |