xtd 0.2.0
Loading...
Searching...
No Matches
__array_definition.h
Go to the documentation of this file.
1
4#pragma once
6#if !defined(__XTD_CORE_INTERNAL__)
7#error "Do not include this file: Internal use only"
8#endif
10#include "../collections/generic/helpers/allocator.h"
11#include "../size.h"
12#include <vector> // @todo remove line
13
15namespace xtd {
44 template<typename type_t = std::nullptr_t, xtd::size rank_size = 1, typename allocator_t = xtd::collections::generic::helpers::allocator<type_t>>
45 class array;
46
62 template<typename type_t, typename allocator_t>
63 class basic_array;
64
79 class array_abstract_object;
80}
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10