Definition at line 118 of file predicates.h.
◆ not_equal_predicate()
template<typename T >
hazelcast::client::query::not_equal_predicate::not_equal_predicate |
( |
hazelcast_client & |
client, |
|
|
const std::string & |
attribute_name, |
|
|
const T & |
value |
|
) |
| |
|
inline |
- Parameters
-
attributeName | The attribute whose value shall be compared to. |
- Template Parameters
-
from | The value of the attribute. |
Definition at line 125 of file predicates.h.
126 : named_predicate(client, attribute_name) {
127 out_stream.write_object(value);
The documentation for this class was generated from the following file: