BankAndCustomer
Loading...
Searching...
No Matches
glo::ObjID::HashFunction Struct Reference

#include <GloObjID.h>

Public Member Functions

size_t operator() (const ObjID &rObjID) const
 

Detailed Description

To be able to use ObjID's as an index in a std::unordered_map<T>, for example.
Example:

std::unordered_map< glo::ObjID, glo::Record *, glo::ObjID::HashFunction >

Member Function Documentation

◆ operator()()

size_t glo::ObjID::HashFunction::operator() ( const ObjID & rObjID) const

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