Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
fc::crypto::less_comparator< T > Struct Template Reference

#include <common.hpp>

Static Public Member Functions

static bool apply (const T &a, const T &b)
 

Detailed Description

template<typename T>
struct fc::crypto::less_comparator< T >

Definition at line 146 of file common.hpp.

Member Function Documentation

◆ apply()

template<typename T >
static bool fc::crypto::less_comparator< T >::apply ( const T & a,
const T & b )
inlinestatic

Definition at line 147 of file common.hpp.

147 {
148 return a.serialize() < b.serialize();
149 }
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
Definition pointer.h:1181

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