rippled
Public Types | Public Member Functions | List of all members
ripple::PeerFinder::Bootcache::Transform Struct Reference

Public Types

using first_argument_type = map_type::right_map::const_iterator::value_type const &
 
using result_type = beast::IP::Endpoint const &
 

Public Member Functions

 Transform ()=default
 
beast::IP::Endpoint const & operator() (map_type::right_map::const_iterator::value_type const &v) const
 

Detailed Description

Definition at line 93 of file Bootcache.h.

Member Typedef Documentation

◆ first_argument_type

using ripple::PeerFinder::Bootcache::Transform::first_argument_type = map_type::right_map::const_iterator::value_type const&

Definition at line 96 of file Bootcache.h.

◆ result_type

Definition at line 97 of file Bootcache.h.

Constructor & Destructor Documentation

◆ Transform()

ripple::PeerFinder::Bootcache::Transform::Transform ( )
explicitdefault

Member Function Documentation

◆ operator()()

beast::IP::Endpoint const& ripple::PeerFinder::Bootcache::Transform::operator() ( map_type::right_map::const_iterator::value_type const &  v) const

Definition at line 102 of file Bootcache.h.