Multilevel Deduplication Engine (MDE)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
mde::Deduplicator< PropertyT, PropertyHash, PropertyEqual, PropertyPrinter >::PropertyPtrEqual Struct Reference

#include <mde.hpp>

Public Member Functions

Size operator() (const PropertyT *a, const PropertyT *b) const
 

Detailed Description

template<typename PropertyT, typename PropertyHash = DefaultHash<PropertyT>, typename PropertyEqual = DefaultEqual<PropertyT>, typename PropertyPrinter = DefaultPrinter<PropertyT>>
struct mde::Deduplicator< PropertyT, PropertyHash, PropertyEqual, PropertyPrinter >::PropertyPtrEqual

Definition at line 2515 of file mde.hpp.

Member Function Documentation

◆ operator()()

template<typename PropertyT , typename PropertyHash = DefaultHash<PropertyT>, typename PropertyEqual = DefaultEqual<PropertyT>, typename PropertyPrinter = DefaultPrinter<PropertyT>>
Size mde::Deduplicator< PropertyT, PropertyHash, PropertyEqual, PropertyPrinter >::PropertyPtrEqual::operator() ( const PropertyT *  a,
const PropertyT *  b 
) const
inline

Definition at line 2516 of file mde.hpp.


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