Typedef librapid::ArrayRef#

Typedef Documentation#

template<typename ShapeType, typename StorageType>
using librapid::ArrayRef = array::ArrayContainer<ShapeType, StorageType>#

A reference type for Array objects. Use this to accept Array objects as parameters since the compiler cannot determine the templates tingle for the Array typedef. For more granularity, you can also accept a raw ArrayContainer object.

See also

Array

See also

ArrayF

See also

Function

See also

FunctionRef

Template Parameters

StorageType – The storage type of the array.