Hazelcast C++ Client
Hazelcast C++ Client Library
Loading...
Searching...
No Matches
hazelcast::client::endpoint_qualifier Struct Reference

Public Attributes

int32_t type
std::string identifier

Friends

bool HAZELCAST_API operator== (const endpoint_qualifier &lhs, const endpoint_qualifier &rhs)

Detailed Description

Definition at line 33 of file member.h.

◆ operator==

bool HAZELCAST_API operator== ( const endpoint_qualifier & lhs,
const endpoint_qualifier & rhs )
friend

Definition at line 331 of file cluster.cpp.

332{
333 return lhs.type == rhs.type && lhs.identifier == rhs.identifier;
334}

Member Data Documentation

◆ identifier

std::string hazelcast::client::endpoint_qualifier::identifier

Definition at line 36 of file member.h.

◆ type

int32_t hazelcast::client::endpoint_qualifier::type

Definition at line 35 of file member.h.


The documentation for this struct was generated from the following file:
  • hazelcast/include/hazelcast/client/member.h