POSIX Shared Memory Data Structures 1.0
High-performance lock-free data structures for inter-process communication
Loading...
Searching...
No Matches
shm_array.h File Reference

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>
+ Include dependency graph for shm_array.h:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Fixed-size shared memory array with STL compatibility.

Author
POSIX SHM Library Team
Date
2025
Version
1.0.0

Definition in file shm_array.h.