Definition at line 148 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 156 of file predicates.h.
159 : named_predicate(client, attribute_name)
160 {
161 out_stream.write_object(value);
162 }
The documentation for this class was generated from the following file: