#include <compare.h>
Inheritance diagram for mysqlpp::MysqlCmpCStr< BinaryPred >:
Public Methods | |
MysqlCmpCStr (uint i, const BinaryPred &f, const char *c) | |
MysqlCmpCStr constructor. | |
bool | operator() (const Row &cmp1) const |
Run the predicate function on this row and the object's data, and return its value. |
|
MysqlCmpCStr constructor.
|
|
Run the predicate function on this row and the object's data, and return its value. See the constructor's parameters for what we compare against. Reimplemented from mysqlpp::MysqlCmp< BinaryPred, const char * >. |