GiNaC 1.8.7
Public Member Functions | List of all members
std::less< GiNaC::ptr< T > > Struct Template Reference

Specialization of std::less for ptr<T> to enable ordering of ptr<T> objects (e.g. More...

#include <ptr.h>

Public Member Functions

bool operator() (const GiNaC::ptr< T > &lhs, const GiNaC::ptr< T > &rhs) const
 

Detailed Description

template<class T>
struct std::less< GiNaC::ptr< T > >

Specialization of std::less for ptr<T> to enable ordering of ptr<T> objects (e.g.

for the use as std::map keys).

Definition at line 158 of file ptr.h.

Member Function Documentation

◆ operator()()

template<class T >
bool std::less< GiNaC::ptr< T > >::operator() ( const GiNaC::ptr< T > &  lhs,
const GiNaC::ptr< T > &  rhs 
) const
inline

Definition at line 159 of file ptr.h.

References GiNaC::lhs(), and GiNaC::rhs().


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

This page is part of the GiNaC developer's reference. It was generated automatically by doxygen. For an introduction, see the tutorial.