souffle  2.0.2-371-g6315b36
Public Member Functions
souffle::interpreter::index_utils::comparator<> Struct Reference

#include <Util.h>

Collaboration diagram for souffle::interpreter::index_utils::comparator<>:
Collaboration graph

Public Member Functions

template<typename T >
bool equal (const T &, const T &) const
 
template<typename T >
bool less (const T &, const T &) const
 
template<typename T >
int operator() (const T &, const T &) const
 

Detailed Description

Definition at line 151 of file Util.h.

Member Function Documentation

◆ equal()

template<typename T >
bool souffle::interpreter::index_utils::comparator<>::equal ( const T &  ,
const T &   
) const
inline

Definition at line 161 of file Util.h.

171  {

◆ less()

template<typename T >
bool souffle::interpreter::index_utils::comparator<>::less ( const T &  ,
const T &   
) const
inline

Definition at line 157 of file Util.h.

171  {

◆ operator()()

template<typename T >
int souffle::interpreter::index_utils::comparator<>::operator() ( const T &  ,
const T &   
) const
inline

Definition at line 153 of file Util.h.

156  {

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