Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
fc::detail::is_operation_shorter Struct Reference

Public Member Functions

bool operator() (const rate_limited_operation *lhs, const rate_limited_operation *rhs)
 

Detailed Description

Definition at line 125 of file rate_limiting.cpp.

Member Function Documentation

◆ operator()()

bool fc::detail::is_operation_shorter::operator() ( const rate_limited_operation * lhs,
const rate_limited_operation * rhs )
inline

Definition at line 128 of file rate_limiting.cpp.

129 {
130 return lhs->length > rhs->length;
131 }

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