Boost C++ Libraries Home Libraries People FAQ More

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

Inequality operator.

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

No-throw guarantee.

Complexity

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


PrevUpHomeNext