Searched refs:item_type (Results 1 – 2 of 2) sorted by relevance
37 typedef T item_type; typedef72 item_type* itm = const_cast<item_type*>(reinterpret_cast<const item_type*>(&item(i).first)); in get_my_item()81 new(&(item(i).first)) item_type(o); in set_my_item()86 void fetch_item(size_t i, item_type &o) { in fetch_item()115 item_type temp = get_my_item(i); in swap_items()122 item(i).first.~item_type(); in destroy_item()127 const item_type& front() const in front()134 const item_type& back() const in back()183 bool push_back(item_type &v) { in push_back()192 bool pop_back(item_type &v) { in pop_back()[all …]
1700 typedef typename buffer_node<T>::item_type item_type; typedef