xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
collections
vector_list.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#if defined(_MSC_VER) && __cplusplus < 202302L
6
# pragma message("Deprecated : Replaced by #include <xtd/collection/array_list.hpp> - Will be removed in version 1.2.0.")
7
#else
8
# warning "Deprecated : Replaced by #include <xtd/collection/array_list.hpp> - Will be removed in version 1.2.0."
9
#endif
10
#include "
array_list.hpp
"
11
13
namespace
xtd
{
15
namespace
collections
{
33
using
vector_list
[[deprecated(
"Replaced by xtd::collections::array_list - Will be removed in version 1.2.0."
)]] =
array_list
;
34
}
35
}
array_list.hpp
Contains xtd::collections::array_list alias.
xtd::collections::vector_list
array_list vector_list
Represents a collection of xtd::any_object.
xtd::collections::array_list
generic::list< xtd::any_object > array_list
Represents a collection of xtd::any_object.
Definition
array_list.hpp:31
xtd::collections
The xtd::collections namespace contains interfaces and classes that define various collections of obj...
Definition
any_pair.hpp:10
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.