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

#include <contract_table_objects.hpp>

Public Member Functions

bool operator() (const float64_t &lhs, const float64_t &rhs) const
 

Detailed Description

Definition at line 129 of file contract_table_objects.hpp.

Member Function Documentation

◆ operator()()

bool sysio::chain::soft_double_less::operator() ( const float64_t & lhs,
const float64_t & rhs ) const
inline

Definition at line 130 of file contract_table_objects.hpp.

130 {
131 return f64_lt( lhs, rhs );
132 }
bool f64_lt(float64_t a, float64_t b)
Definition f64_lt.c:43
Here is the call graph for this function:

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