rippled
Public Member Functions | Private Attributes | List of all members
ripple::PeerFinder::Sim::is_remote_endpoint Class Reference

UnaryPredicate, true if the remote address matches. More...

Collaboration diagram for ripple::PeerFinder::Sim::is_remote_endpoint:
Collaboration graph
[legend]

Public Member Functions

 is_remote_endpoint (beast::IP::Endpoint const &address)
 
template<typename Link >
bool operator() (Link const &link) const
 

Private Attributes

const beast::IP::Endpoint m_endpoint
 

Detailed Description

UnaryPredicate, true if the remote address matches.

Definition at line 65 of file Predicates.h.

Constructor & Destructor Documentation

◆ is_remote_endpoint()

ripple::PeerFinder::Sim::is_remote_endpoint::is_remote_endpoint ( beast::IP::Endpoint const &  address)
explicit

Definition at line 68 of file Predicates.h.

Member Function Documentation

◆ operator()()

template<typename Link >
bool ripple::PeerFinder::Sim::is_remote_endpoint::operator() ( Link const &  link) const

Definition at line 74 of file Predicates.h.

Member Data Documentation

◆ m_endpoint

const beast::IP::Endpoint ripple::PeerFinder::Sim::is_remote_endpoint::m_endpoint
private

Definition at line 80 of file Predicates.h.