Searched defs:concurrent_queue_rep (Results 1 – 1 of 1) sorted by relevance
408 struct concurrent_queue_rep { struct409 using self_type = concurrent_queue_rep<T, Allocator>; argument429 concurrent_queue_rep() {} in concurrent_queue_rep() argument432 concurrent_queue_rep& operator=( const concurrent_queue_rep& ) = delete; argument443 …void assign( const concurrent_queue_rep& src, queue_allocator_type& alloc, item_constructor_type c… in assign() argument468 bool empty() const { in empty()476 std::ptrdiff_t size() const { in size()502 }; // class concurrent_queue_rep argument