38 template<
class type_t,
class container_t = std::deque<type_t>>
39 using queue = std::stack<type_t, container_t>;
Contains xtd::collections::generic::helpers::allocator alias.
Contains xtd::collections::generic::helpers::comparer struct.
Contains xtd::collections::generic::icollection <type_t> interface.
std::stack< type_t, container_t > queue
Represents a collection of objects that is maintained in sorted order.
Definition queue.hpp:39
Contains xtd::collections::generic::list <value_t> class.
The xtd::collections::generic namespace contains interfaces and classes that define generic collectio...
Definition comparer.hpp:16
The xtd::collections namespace contains interfaces and classes that define various collections of obj...
Definition any_pair.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8