template<typename type_t = nullptr_t,
xtd::size rank_size = 1, typename allocator_t = xtd::collections::generic::helpers::allocator<type_t>>
class xtd::array_< type_t, rank_size, allocator_t >
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the base class for all arrays.
- Definition
template<typename type_t, xtd::size rank_, typename allocator_t>
Base object that represent array.
Definition basic_array.h:27
std::vector< type_t > array
Definition __array_definition.h:18
- Header
-
- Namespace
- xtd
- Library
- xtd.core
- Examples
- The following code example demonstrates different methods to create an array.
- Examples
- The following code example creates and initializes an Array and displays its properties and its elements.