Lines Matching refs:implementation_defined
152 struct implementation_defined: struct in boost::heap::pairing_heap
198 typedef typename implementation_defined::node node;
199 typedef typename implementation_defined::node_pointer node_pointer;
200 typedef typename implementation_defined::node_list_type node_list_type;
201 typedef typename implementation_defined::node_list_iterator node_list_iterator;
202 typedef typename implementation_defined::node_list_const_iterator node_list_const_iterator;
203 typedef typename implementation_defined::internal_compare internal_compare;
213 typedef typename implementation_defined::size_type size_type;
214 typedef typename implementation_defined::difference_type difference_type;
215 typedef typename implementation_defined::value_compare value_compare;
216 typedef typename implementation_defined::allocator_type allocator_type;
217 typedef typename implementation_defined::reference reference;
218 typedef typename implementation_defined::const_reference const_reference;
219 typedef typename implementation_defined::pointer pointer;
220 typedef typename implementation_defined::const_pointer const_pointer;
222 typedef typename implementation_defined::iterator iterator;
223 typedef typename implementation_defined::const_iterator const_iterator;
224 typedef typename implementation_defined::ordered_iterator ordered_iterator;
226 typedef typename implementation_defined::handle_type handle_type;