Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__flat_set/
H A Dutils.h35 struct __flat_set_utils { struct
42 __emplace_exact_pos(_Set& __set, _Iter&& __iter, _KeyArg&& __key) { in __emplace_exact_pos()
56 __append(_Set& __set, _InputIterator __first, _InputIterator __last) { in __append()
61 …CPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 static void __append(_Set& __set, _Range&& __rng) { in __append()
H A Dflat_multiset.h88 friend __flat_set_utils; variable
H A Dflat_set.h85 friend __flat_set_utils; variable