xtd 0.2.0
stack.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "generic/stack.hpp"
6#include "ilist.hpp"
7#include "../as.hpp"
8#include "../any_object.hpp"
9
11namespace xtd {
13 namespace collections {
32 }
33}
Contains xtd::collections::generic::stack <value_t> class.
generic::stack< xtd::any_object > stack
Represents a collection of std::any.
Definition stack.hpp:31
std::stack< type_t, container_t > stack
Represents a variable size last-in-first-out (LIFO) collection of instances of the same specified typ...
Definition stack.hpp:34
Contains xtd::collections::ilist alias.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10