BLArrayView< T > Struct Template Reference [¶]
template<typename T>
struct BLArrayView< T >
struct BLArrayView< T >
Array view of T
.
Note
In C mode the type of data used by BLArrayView is const void*
, thus it has to be retyped to a real type this view points to. There are only few specializations like BLStringView that point to a real type.