Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
std::hash< fc::signed_int > Struct Reference

#include <varint.hpp>

Public Member Functions

size_t operator() (const fc::signed_int &a) const
 

Detailed Description

Definition at line 81 of file varint.hpp.

Member Function Documentation

◆ operator()()

size_t std::hash< fc::signed_int >::operator() ( const fc::signed_int & a) const
inline

Definition at line 84 of file varint.hpp.

85 {
86 return std::hash<int32_t>()(a.value);
87 }
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
Definition pointer.h:1181

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