POSIX Shared Memory Data Structures 1.0
High-performance lock-free data structures for inter-process communication
|
Fixed-size shared memory array with STL compatibility. More...
#include "posix_shm.h"
#include "shm_span.h"
#include "shm_table.h"
#include <stdexcept>
#include <algorithm>
#include <concepts>
#include <span>
#include <string_view>
#include <iterator>
Go to the source code of this file.
Classes | |
class | shm_array< T, TableType > |
Fixed-size array in shared memory with zero-overhead access. More... | |
Fixed-size shared memory array with STL compatibility.
Definition in file shm_array.h.