Template Class intId

Class Documentation

template<class T, unsigned MIN_INDEX_WIDTH = 4u, unsigned MAX_ID_WIDTH = sizeof(T) * CHAR_BIT>
class intId

Public Functions

intId(const T &idIn)
inline bool operator==(const intId &idIn) const
inline resTableIndex hash() const
inline const T getId() const

Protected Attributes

T id