|
rippled
|
#include <Book.h>


Public Types | |
| using | value_type = std::size_t |
| using | argument_type = ripple::Book |
Public Member Functions | |
| hash ()=default | |
| value_type | operator() (argument_type const &value) const |
Private Types | |
| using | issue_hasher = std::hash< ripple::Issue > |
| using | uint256_hasher = ripple::uint256::hasher |
Private Attributes | |
| issue_hasher | m_issue_hasher |
| uint256_hasher | m_uint256_hasher |
|
private |
|
private |
| using std::hash< ripple::Book >::value_type = std::size_t |
| using std::hash< ripple::Book >::argument_type = ripple::Book |
|
default |
| value_type std::hash< ripple::Book >::operator() | ( | argument_type const & | value | ) | const |
|
private |
|
private |