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

#include <pointerOperations.h>

Public Member Functions

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

Data Fields

std::greater< T > _greater
 

Detailed Description

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

Definition at line 137 of file pointerOperations.h.

Member Function Documentation

◆ operator()()

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

Definition at line 139 of file pointerOperations.h.

Field Documentation

◆ _greater

template<typename T , bool mayBeNull = true>
std::greater<T> carl::greater< T, mayBeNull >::_greater

Definition at line 138 of file pointerOperations.h.


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