DASH  0.3.0
MyHash< Key > Class Template Reference

Hash functor for mapping element keys to units. More...

Public Types

typedef Key argument_type
 
typedef dash::team_unit_t result_type
 

Public Member Functions

 MyHash ()
 Default constructor. More...
 
 MyHash (dash::Team &team)
 Constructor. More...
 
result_type operator() (const argument_type &key) const
 

Detailed Description

template<typename Key>
class MyHash< Key >

Hash functor for mapping element keys to units.

Definition at line 23 of file main.cpp.

Constructor & Destructor Documentation

◆ MyHash() [1/2]

template<typename Key >
MyHash< Key >::MyHash ( )
inline

Default constructor.

Definition at line 36 of file main.cpp.

37  : _team(nullptr),
38  _nunits(0),
40  { }
#define DART_UNDEFINED_UNIT_ID
Undefined unit ID.
Definition: dart_types.h:160

◆ MyHash() [2/2]


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