|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
|
inline |
Return a typed span over the frame data without conversion.
Returns an empty span if T does not match the native element type. Callers should query element_type() first when the type is not statically known. The returned span is valid only for the lifetime of the owning container's frame buffer.
| T | Element type. Must satisfy DataVariantElement. |
Return a typed span over the frame data without conversion or allocation.
Returns an empty span if T does not match the native element type. No exception is thrown on mismatch; check empty() or call element_type() first when the container type is not statically known.
The returned span aliases the container's internal buffer directly. See class-level lifetime and threading notes.
| T | Element type. Must satisfy DataVariantElement. |
Definition at line 691 of file NDData.hpp.
References m_span.