MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ size()

size_t MayaFlux::Kakshya::FrameView::size ( ) const
inline

Number of elements in the frame, in units of the native element type.

Definition at line 642 of file NDData.hpp.

643 {
644 return std::visit([](const auto& s) { return s.size(); }, m_span);
645 }

References m_span.