|
xtd
0.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
5#if !defined(__XTD_ARRAY_INTERNAL__)
6#error "Do not include this file: Internal use only. Include <xtd/array> or <xtd/array.h> instead."
25 class array_abstract_object abstract_ {
26 template<
class type_t,
class allocator_t>
27 friend class basic_array;
30 array_abstract_object() =
default;
25 class array_abstract_object abstract_ {
…};
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8