![]() |
Home | Libraries | People | FAQ | More |
Inequality operator.
bool operator!=( constrows
& lhs, constrows
& rhs) noexcept;
No-throw guarantee.
Linear in lhs.size() * lhs.num_columns()
and rhs.size() * rhs.num_columns()
.
Convenience header <boost/mysql.hpp>