Loading...
Searching...
No Matches
SymEngine::vec_hash< T > Struct Template Reference

Public Member Functions

hash_t operator() (const T &v) const
 

Detailed Description

template<typename T>
struct SymEngine::vec_hash< T >

Definition at line 69 of file dict.h.

Member Function Documentation

◆ operator()()

template<typename T >
hash_t SymEngine::vec_hash< T >::operator() ( const T &  v) const

Definition at line 101 of file basic-inl.h.

102{
103 hash_t h = 0;
104 for (auto i : v)
105 hash_combine<typename T::value_type>(h, i);
106 return h;
107}

The documentation for this struct was generated from the following files: