Navigation
API > API/Plugins > API/Plugins/Learning > API/Plugins/Learning/TMultiArray
| Type | Name | Description | |
|---|---|---|---|
TMultiArray () |
Constructor, initializes element number counters. | ||
TMultiArray
(
const TMultiArrayView< DimNum, OtherElementType, bOtherIsChecked, bOtherIsRestrict, OtherSizeType > ... |
|||
TMultiArray
(
const TMultiArray< DimNum, OtherElementType, OtherAllocator, bOtherIsChecked >& Other |
Copy constructor with changed allocator. Use the common routine to perform the copy. | ||
TMultiArray
(
const TMultiArray& Other |
Copy constructor. Use the common routine to perform the copy. | ||
TMultiArray
(
TMultiArray&& Other |
Move constructor. | ||
TMultiArray
(
TMultiArray< DimNum, OtherElementType, OtherAllocator, bOtherIsChecked >&& Other |
Move constructor. | ||
TMultiArray
(
const ElementType* Ptr, |
Constructor from a raw array of elements. |