|
xrpld
|
Select all peers that are in the specified set. More...
#include <predicates.h>

Public Member Functions | |
| PeerInSet (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 135 of file predicates.h.
| xrpl::PeerInSet::PeerInSet | ( | std::set< Peer::id_t > const & | peers | ) |
Definition at line 139 of file predicates.h.
| bool xrpl::PeerInSet::operator() | ( | std::shared_ptr< Peer > const & | peer | ) | const |
Definition at line 144 of file predicates.h.
| std::set<Peer::id_t> const& xrpl::PeerInSet::peerSet |
Definition at line 137 of file predicates.h.