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

#include <pointerOperations.h>

Public Member Functions

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

Data Fields

std::less< T > _less
 

Detailed Description

template<typename T, bool mayBeNull>
struct carl::less< T *, mayBeNull >

Definition at line 105 of file pointerOperations.h.

Member Function Documentation

◆ operator()()

template<typename T , bool mayBeNull>
bool carl::less< T *, mayBeNull >::operator() ( const T *  lhs,
const T *  rhs 
) const
inline

Definition at line 107 of file pointerOperations.h.

Field Documentation

◆ _less

template<typename T , bool mayBeNull>
std::less<T> carl::less< T *, mayBeNull >::_less

Definition at line 106 of file pointerOperations.h.


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