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

#include <pointerOperations.h>

Public Member Functions

bool operator() (const std::shared_ptr< const T > &lhs, const std::shared_ptr< const T > &rhs) const
 

Data Fields

std::less< T > _less
 

Detailed Description

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

Definition at line 121 of file pointerOperations.h.

Member Function Documentation

◆ operator()()

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

Definition at line 123 of file pointerOperations.h.

Field Documentation

◆ _less

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

Definition at line 122 of file pointerOperations.h.


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