System::BuildArray method

System::BuildArray method

Build an array.

template<typename T> Details::ObjectBuilder<Details::ArrayStorage<T>> System::BuildArray()
ParameterDescription
TElement type of array to build

ReturnValue

ObjectBuilder configured for array construction

Remarks

Creates a ArrayPtr and returns a builder for it Object construction must be finished with Get() call

See Also