21 Value, Comp, detail::TreeSetTag<Value>, Alloc,
22 SetInterface<TreeMultiSet<Value, Comp, Alloc>, Value, RBTreeIterator<Value, detail::TreeSetTag<Value>>,
23 container::ConstIteratorImpl<RBTreeIterator<Value, detail::TreeSetTag<Value>>>,
24 detail::RBTreeValidForLookup<Value, Comp>::template Type, true>,
28 Value, Comp, detail::TreeSetTag<Value>, Alloc,
31 detail::RBTreeValidForLookup<Value, Comp>::template Type,
true>,
38template<concepts::InputContainer Con,
typename T = meta::ContainerValue<Con>>
41template<concepts::InputContainer Con,
typename T = meta::ContainerValue<Con>, concepts::StrictWeakOrder<T> Comp>