5#if !defined(__XTD_ARRAY_INTERNAL__)
6#error "Do not include this file: Internal use only. Include <xtd/array> or <xtd/array.h> instead."
14 namespace collections::object_model {
15 template<
typename type_t>
16 class read_only_collection;
68 template<
typename type_t,
typename allocator_t>
static xtd::collections::object_model::read_only_collection< type_t > as_read_only(const xtd::array_< type_t, 1, allocator_t > &array)
Returns a read-only wrapper for the specified array.
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition __array_definition.h:49
Provides the base class for a generic read-only collection.
Definition read_only_collection.h:40
Contains xtd::collections::generic::comparer <type_t> interface.
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.h:37
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
std::vector< type_t > array
Definition __array_definition.h:18