FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator==()

bool fl::asio::ip::tcp::endpoint::operator== ( const endpoint & o) const
inline

Definition at line 29 of file tcp.h.

29 {
30 return port == o.port && host == o.host;
31 }

References endpoint(), host, and port.

+ Here is the call graph for this function: