#include <include/Templates.hpp>
|
unsigned int | operator() (const id_type &value) const |
|
template<typename id_type>
struct MoFEM::HashBit< id_type >
Definition at line 100 of file Templates.hpp.
◆ operator()()
template<typename id_type >
unsigned int MoFEM::HashBit< id_type >::operator() |
( |
const id_type & |
value | ) |
const |
|
inline |
Definition at line 101 of file Templates.hpp.
101 {
102 return value.to_ulong();
103 }
The documentation for this struct was generated from the following file: