Searched refs:multiset (Results 1 – 2 of 2) sorted by relevance
/haiku/headers/cpp/ |
H A D | stl_multiset.h | 48 class multiset { 75 multiset() : _M_t(_Compare(), allocator_type()) {} in multiset() function 76 explicit multiset(const _Compare& __comp, 83 multiset(_InputIterator __first, _InputIterator __last) in multiset() function 88 multiset(_InputIterator __first, _InputIterator __last, 95 multiset(const value_type* __first, const value_type* __last) in multiset() function 99 multiset(const value_type* __first, const value_type* __last, 104 multiset(const_iterator __first, const_iterator __last) in multiset() function 108 multiset(const_iterator __first, const_iterator __last, 115 multiset(const multiset<_Key,_Compare,_Alloc>& __x) : _M_t(__x._M_t) {} in multiset() function [all …]
|
H A D | multiset.h | 34 using __STD::multiset;
|