Contains xtd::basic_array class.
Go to the source code of this file.
Classes | |
class | xtd::basic_array< type_t, allocator_t > |
Base object that represent array. More... | |
Namespaces | |
namespace | xtd |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Aliases | |
template<class type_t > | |
using | xtd::type_to_array_t = typename std::conditional< std::is_same< bool, type_t >::value, char, type_t >::type |
Represents the type to array type. | |