5#if !defined(__XTD_ARRAY_INTERNAL__) 
    6#error "Do not include this file: Internal use only. Include <xtd/array> or <xtd/array.h> instead." 
   26    template<
typename type_t, 
typename allocator_t>
 
Abstract object that represent array.
Definition array_abstract_object.hpp:25
 
Base object that represent array.
Definition basic_array.hpp:27
 
#define abstract_
This keyword is used to represents an abstract class.
Definition abstract.hpp:25
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10