Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::chain::sha256_less Struct Reference

#include <types.hpp>

Public Member Functions

bool operator() (const fc::sha256 &lhs, const fc::sha256 &rhs) const
 

Detailed Description

Definition at line 245 of file types.hpp.

Member Function Documentation

◆ operator()()

bool sysio::chain::sha256_less::operator() ( const fc::sha256 & lhs,
const fc::sha256 & rhs ) const
inline

Definition at line 246 of file types.hpp.

246 {
247 return
248 std::tie(lhs._hash[0], lhs._hash[1], lhs._hash[2], lhs._hash[3]) <
249 std::tie(rhs._hash[0], rhs._hash[1], rhs._hash[2], rhs._hash[3]);
250 }
uint64_t _hash[4]
Definition sha256.hpp:100

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