Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
fc::crypto::eq_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::eq_comparator< T >

Definition at line 118 of file common.hpp.

Member Function Documentation

◆ apply()

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

Definition at line 119 of file common.hpp.

119 {
120 return a.serialize() == b.serialize();
121 }
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
Definition pointer.h:1181

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