GiNaC  1.6.2
Public Member Functions
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>

List of all members.

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

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 160 of file ptr.h.

References GiNaC::ptr< T >::p.


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.