|
GiNaC
1.6.2
|
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 |
Specialization of std::less for ptr<T> to enable ordering of ptr<T> objects (e.g.
for the use as std::map keys).
| 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.