GiNaC 1.8.7
Protected Member Functions | Static Protected Member Functions | List of all members
GiNaC::compare_std_less< T > Class Template Reference

Comparison policy: use std::equal_to/std::less (defaults to operators == and <) to compare structures. More...

#include <structure.h>

Protected Member Functions

 ~compare_std_less ()
 

Static Protected Member Functions

static bool struct_is_equal (const T *t1, const T *t2)
 
static int struct_compare (const T *t1, const T *t2)
 

Detailed Description

template<class T>
class GiNaC::compare_std_less< T >

Comparison policy: use std::equal_to/std::less (defaults to operators == and <) to compare structures.

Definition at line 52 of file structure.h.

Constructor & Destructor Documentation

◆ ~compare_std_less()

template<class T >
GiNaC::compare_std_less< T >::~compare_std_less ( )
inlineprotected

Definition at line 71 of file structure.h.

Member Function Documentation

◆ struct_is_equal()

template<class T >
static bool GiNaC::compare_std_less< T >::struct_is_equal ( const T *  t1,
const T *  t2 
)
inlinestaticprotected

Definition at line 54 of file structure.h.

◆ struct_compare()

template<class T >
static int GiNaC::compare_std_less< T >::struct_compare ( const T *  t1,
const T *  t2 
)
inlinestaticprotected

Definition at line 59 of file structure.h.


The documentation for this class 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.