Shows how to use xtd::collections::array_list alias.
#include <xtd/collections/array_list>
#include <xtd/console>
#include <xtd/platform_id>
#include <xtd/time_span>
auto main() -> int {
for (auto item : items) {
}
}
static void write_line()
Writes the current line terminator to the standard output stream using the specified format informati...
generic::list< xtd::any_object > array_list
Represents a collection of xtd::any_object.
Definition array_list.hpp:31
#define typeof_
Used to obtain the type object of a specified type or object.
Definition typeof.hpp:45
type_t as(any_object &o)
Casts a type into another type.
Definition __as_any_object.hpp:59
bool is(xtd::any value)
Checks if the result of an expression is compatible with a given type.
Definition is.hpp:485
@ win32s
The operating system is Win32s. Win32s is a layer that runs on 16-bit versions of Windows to provide ...
Definition platform_id.hpp:22
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