Definition at line 105 of file predicates.h.
 
◆ equal_predicate()
template<typename T > 
  
  
      
        
          | hazelcast::client::query::equal_predicate::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 112 of file predicates.h.
  113                         : named_predicate(client, attribute_name) {
 
  114                     out_stream.write_object(value);
 
 
 
 
The documentation for this class was generated from the following file: