less operator (<) for Integers
More...
#include <integer.h>
less operator (<) for Integers
Definition at line 185 of file integer.h.
◆ operator()()
bool SymEngine::RCPIntegerKeyLess::operator() |
( |
const RCP< const Integer > & |
a, |
|
|
const RCP< const Integer > & |
b |
|
) |
| const |
|
inline |
- Returns
- true according to
<
operator
Definition at line 187 of file integer.h.
190 return a->as_integer_class() < b->as_integer_class();
The documentation for this struct was generated from the following file:
- /home/runner/work/symengine/symengine/symengine/integer.h