Thrill
0.1
|
#include <tlx/container/ring_buffer.hpp>
Go to the source code of this file.
Namespaces | |
thrill | |
thrill::common | |
Contains many common tools and helpers shared by higher layers. See common. | |
Macros | |
#define | THRILL_COMMON_RING_BUFFER_HEADER |
Typedefs | |
template<typename Type , typename Allocator = std::allocator<Type>> | |
using | RingBuffer = tlx::RingBuffer< Type, Allocator > |
#define THRILL_COMMON_RING_BUFFER_HEADER |
Definition at line 13 of file ring_buffer.hpp.