carl  24.04
Computer ARithmetic Library
carl::not_equal_to< T, mayBeNull > Struct Template Reference

#include <pointerOperations.h>

Public Member Functions

bool operator() (const T &lhs, const T &rhs) const
 

Data Fields

std::not_equal_to< T > neq
 

Detailed Description

template<typename T, bool mayBeNull = true>
struct carl::not_equal_to< T, mayBeNull >

Definition at line 69 of file pointerOperations.h.

Member Function Documentation

◆ operator()()

template<typename T , bool mayBeNull = true>
bool carl::not_equal_to< T, mayBeNull >::operator() ( const T &  lhs,
const T &  rhs 
) const
inline

Definition at line 71 of file pointerOperations.h.

Field Documentation

◆ neq

template<typename T , bool mayBeNull = true>
std::not_equal_to<T> carl::not_equal_to< T, mayBeNull >::neq

Definition at line 70 of file pointerOperations.h.


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