|
xrpld
|
#include <Book.h>


Public Types | |
| using | value_type = std::size_t |
| using | argument_type = xrpl::Book |
Public Member Functions | |
| hash ()=default | |
| value_type | operator() (argument_type const &value) const |
Private Types | |
| using | asset_hasher = std::hash<xrpl::Asset> |
| using | uint256_hasher = xrpl::uint256::hasher |
Private Attributes | |
| asset_hasher | issueHasher_ |
| uint256_hasher | uint256Hasher_ |
|
private |
|
private |
| using std::hash< xrpl::Book >::value_type = std::size_t |
| using std::hash< xrpl::Book >::argument_type = xrpl::Book |
|
default |
| value_type std::hash< xrpl::Book >::operator() | ( | argument_type const & | value | ) | const |
|
private |
|
private |