iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
iox2::legacy::concurrent Namespace Reference

Classes

class  Atomic
 A thin wrapper for a 'std::atomic' which ensures that all atomic operations are always lock-free in order to ensure safe usage across processes in shared memory. For detailed documentation please have a look at https://en.cppreference.com/w/cpp/atomic/atomic. More...
 

Typedefs

using AtomicFlag = std::atomic_flag
 An alias to the std::atomic_flag.
 

Typedef Documentation

◆ AtomicFlag

An alias to the std::atomic_flag.

Definition at line 26 of file atomic.hpp.