v0.16.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
MoFEM::HashBit< id_type > Struct Template Reference

#include "include/Templates.hpp"

Public Member Functions

unsigned int operator() (const id_type &value) const
 

Detailed Description

template<typename id_type>
struct MoFEM::HashBit< id_type >

Definition at line 123 of file Templates.hpp.

Member Function Documentation

◆ operator()()

template<typename id_type >
unsigned int MoFEM::HashBit< id_type >::operator() ( const id_type &  value) const
inline

Definition at line 124 of file Templates.hpp.

124 {
125 return value.to_ulong();
126 }

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