PMDK C++ bindings
1.13.0
This is the C++ bindings documentation for PMDK's libpmemobj.
|
Type representing the range of the mpsc_queue elements. More...
#include <libpmemobj++/experimental/mpsc_queue.hpp>
Public Member Functions | |
iterator | begin () const |
Returns an iterator to the beginning of the accessed range of the mpsc_queue. More... | |
iterator | end () const |
Returns an iterator to the end of the accessed range of the mpsc_queue. More... | |
Type representing the range of the mpsc_queue elements.
May be used in the range-based loops over accessed elements.
|
inline |
Returns an iterator to the beginning of the accessed range of the mpsc_queue.
|
inline |
Returns an iterator to the end of the accessed range of the mpsc_queue.