Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
any_address::operator!=

Tests for inequality.

Synopsis
bool
operator!=(
    const any_address& rhs) const;
Exception safety

No-throw guarantee.


PrevUpHomeNext