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