Go to the source code of this file.
|
template<concepts::Container Con, typename T = meta::ContainerValue<Con>, concepts::StrictWeakOrder< T > Comp>
requires (detail::PriorityQueueCompatible<Con, T>) |
| | di::container::PriorityQueue (Comp, Con) -> PriorityQueue< T, Con, Comp > |
| |
| template<concepts::InputContainer Con, typename T = meta::ContainerValue<Con>> |
| auto | di::container::tag_invoke (types::Tag< util::deduce_create >, InPlaceTemplate< PriorityQueue >, Con &&) -> PriorityQueue< T > |
| |
| template<concepts::InputContainer Con, typename T = meta::ContainerValue<Con>, concepts::StrictWeakOrder< T > Comp> |
| auto | di::container::tag_invoke (types::Tag< util::deduce_create >, InPlaceTemplate< PriorityQueue >, Con &&, Comp) -> PriorityQueue< T, container::Vector< T >, Comp > |
| |