Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
std::hash< sysio::chain::name > Struct Reference

#include <name.hpp>

Inheritance diagram for std::hash< sysio::chain::name >:
Collaboration diagram for std::hash< sysio::chain::name >:

Public Types

typedef sysio::chain::name argument_type
 

Public Member Functions

size_t operator() (const argument_type &name) const noexcept
 

Detailed Description

Definition at line 107 of file name.hpp.

Member Typedef Documentation

◆ argument_type

sysio::chain::name std::hash< sysio::chain::name >::argument_type

Definition at line 108 of file name.hpp.

Member Function Documentation

◆ operator()()

size_t std::hash< sysio::chain::name >::operator() ( const argument_type & name) const
inlinenoexcept

Definition at line 109 of file name.hpp.

110 {
111 return hash<uint64_t>::operator()(name.to_uint64_t());
112 }
std::string name

The documentation for this struct was generated from the following file: