boost::redis::operator!=
Compares two addresses for inequality.
Synopses
Declared in <boost/redis/config.hpp>
Compares two addresses for inequality.
bool
operator!=(
address const& a,
address const& b);
Inequality operator
bool
operator!=(
iterator const& a,
iterator const& b) noexcept;
Parameters
| Name | Description |
|---|---|
a |
Left hand side address. |
b |
Right hand side address. |
Created with MrDocs