Home
last modified time | relevance | path

Searched defs:make_ringbuffer (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/lockfree/
Dspsc_queue.hpp663 struct make_ringbuffer struct
666 typedef typename ringbuffer_signature::bind<A0, A1>::type bound_args;
671 typedef extract_capacity<bound_args> extract_capacity_t;
673 static const bool runtime_sized = !extract_capacity_t::has_capacity;
674 static const size_t capacity = extract_capacity_t::capacity;
676 typedef extract_allocator<bound_args, T> extract_allocator_t;
677 typedef typename extract_allocator_t::type allocator;
688 >::type ringbuffer_type;