xtd 0.2.0
Loading...
Searching...
No Matches
array_2.h
Go to the documentation of this file.
1
4
5#if !defined(__XTD_ARRAY_INTERNAL__)
6#error "Do not include this file: Internal use only. Include <xtd/array> or <xtd/array.h> instead."
7#endif
8
10namespace xtd {
39 template<typename type_t, typename allocator_t>
40 class array_<type_t, 2, allocator_t> : public xtd::basic_array<type_t, allocator_t> {
41 public:
43
50 array_()= default;
52 };
53}
array_()=default
Initializes a new instance of the Array class that is empty.
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition __array_definition.h:49
Base object that represent array.
Definition basic_array.h:27
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10