rippled
Public Types | Public Member Functions | Private Types | Private Attributes | List of all members
std::hash< ripple::Book > Struct Reference
Inheritance diagram for std::hash< ripple::Book >:
Inheritance graph
[legend]
Collaboration diagram for std::hash< ripple::Book >:
Collaboration graph
[legend]

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 hasher = std::hash< ripple::Issue >
 

Private Attributes

hasher m_hasher
 

Detailed Description

Definition at line 125 of file Book.h.

Member Typedef Documentation

◆ hasher

Definition at line 128 of file Book.h.

◆ value_type

Definition at line 135 of file Book.h.

◆ argument_type

Definition at line 136 of file Book.h.

Constructor & Destructor Documentation

◆ hash()

std::hash< ripple::Book >::hash ( )
explicitdefault

Member Function Documentation

◆ operator()()

value_type std::hash< ripple::Book >::operator() ( argument_type const &  value) const

Definition at line 139 of file Book.h.

Member Data Documentation

◆ m_hasher

hasher std::hash< ripple::Book >::m_hasher
private

Definition at line 130 of file Book.h.