Loading...
Searching...
No Matches
SymEngine::RCPBasicHash Struct Reference

Our hash: More...

#include <basic.h>

Public Member Functions

size_t operator() (const RCP< const Basic > &k) const
 Returns the hashed value.
 

Detailed Description

Our hash:

Definition at line 210 of file basic.h.

Member Function Documentation

◆ 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: