rippled
|
Select all peers that are in the specified set. More...
Public Member Functions | |
peer_in_set (std::set< Peer::id_t > const &peers) | |
bool | operator() (std::shared_ptr< Peer > const &peer) const |
Public Attributes | |
std::set< Peer::id_t > const & | peerSet |
Select all peers that are in the specified set.
Definition at line 160 of file predicates.h.
ripple::peer_in_set::peer_in_set | ( | std::set< Peer::id_t > const & | peers | ) |
Definition at line 164 of file predicates.h.
bool ripple::peer_in_set::operator() | ( | std::shared_ptr< Peer > const & | peer | ) | const |
Definition at line 169 of file predicates.h.
std::set<Peer::id_t> const& ripple::peer_in_set::peerSet |
Definition at line 162 of file predicates.h.