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

◆ empty()

bool MayaFlux::Kakshya::FrameView::empty ( ) const
inline

Returns true if the view holds no elements.

Definition at line 636 of file NDData.hpp.

637 {
638 return std::visit([](const auto& s) { return s.empty(); }, m_span);
639 }

References m_span.