|
xtd
0.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
5#if defined(_MSC_VER) && __cplusplus < 202302L
6# pragma message("Deprecated : Replaced by #include <xtd/collection/array_list.h> - Will be removed in version 0.4.0.")
8# warning "Deprecated : Replaced by #include <xtd/collection/array_list.h> - Will be removed in version 0.4.0."
33 using vector_list [[deprecated(
"Replaced by xtd::collections::array_list - Will be removed in version 0.4.0.")]] =
array_list;
Contains xtd::collections::array_list alias.
generic::list< xtd::any_object > array_list
Represents a collection of xtd::any_object.
Definition array_list.hpp:31
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