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

◆ operator==()

template<typename T >
bool MayaFlux::Kakshya::StructuredView< T >::iterator::operator== ( const iterator other) const
inline

Definition at line 217 of file DataAccess.hpp.

217{ return m_ptr == other.m_ptr; }

References MayaFlux::Kakshya::StructuredView< T >::iterator::m_ptr.