souffle  2.0.2-371-g6315b36
Public Member Functions
souffle::comp_deref< T > Struct Template Reference

A functor class supporting the values pointers are pointing to. More...

#include <ContainerUtil.h>

Collaboration diagram for souffle::comp_deref< T >:
Collaboration graph

Public Member Functions

bool operator() (const T &a, const T &b) const
 

Detailed Description

template<typename T>
struct souffle::comp_deref< T >

A functor class supporting the values pointers are pointing to.

Definition at line 417 of file ContainerUtil.h.

Member Function Documentation

◆ operator()()

template<typename T >
bool souffle::comp_deref< T >::operator() ( const T &  a,
const T &  b 
) const
inline

Definition at line 418 of file ContainerUtil.h.

427  {

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