xtd 0.2.0
Loading...
Searching...
No Matches
vector_list.h
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.h> - Will be removed in version 0.4.0.")
7#else
8# warning "Deprecated : Replaced by #include <xtd/collection/array_list.h> - Will be removed in version 0.4.0."
9#endif
10#include "array_list.h"
11
13namespace xtd {
15 namespace collections {
33 using vector_list [[deprecated("Replaced by xtd::collections::array_list - Will be removed in version 0.4.0.")]] = array_list;
34 }
35}
Contains xtd::collections::array_list typedef.
Represents a strongly typed list of objects that can be accessed by index. Provides methods to search...
Definition list.h:71
generic::list< xtd::any_object > array_list
Represents a collection of std::any.
Definition array_list.h:31
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10