xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
array_abstract_object.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
10
namespace
xtd
{
25
class
array_abstract_object
abstract_
{
26
template
<
typename
type_t,
typename
allocator_t>
27
friend
class
basic_array
;
28
29
private
:
30
array_abstract_object
() =
default
;
31
};
32
}
xtd::array_abstract_object
Abstract object that represent array.
Definition
array_abstract_object.h:25
xtd::basic_array
Base object that represent array.
Definition
basic_array.h:27
abstract_
#define abstract_
This keyword is used to represents an abstract class.
Definition
abstract.h:25
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
xtd_about_box.h:10
Generated on Thu Oct 17 2024 16:02:58 for xtd by
Gammasoft
. All rights reserved.