Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
row::operator!= (2 of 3 overloads)

Inequality operator.

Synopsis
bool
operator!=(
    const row& lhs,
    const row_view& rhs);
Exception safety

No-throw guarantee.

Complexity

Linear in lhs.size() and rhs.size().


PrevUpHomeNext