Our hash:
More...
#include <basic.h>
|
size_t | operator() (const RCP< const Basic > &k) const |
| Returns the hashed value.
|
|
Our hash:
Definition at line 210 of file basic.h.
◆ operator()()
size_t SymEngine::RCPBasicHash::operator() |
( |
const RCP< const Basic > & |
k | ) |
const |
|
inline |
Returns the hashed value.
Definition at line 212 of file basic.h.
213 {
214 return static_cast<size_t>(k->hash());
215 }
The documentation for this struct was generated from the following file:
- /home/runner/work/symengine/symengine/symengine/basic.h