Inequality operator.
bool operator!=( const row& lhs, const row_view& rhs);
No-throw guarantee.
Linear in lhs.size() and rhs.size().
lhs.size()
rhs.size()