libTriton version 1.0 build 1590
Loading...
Searching...
No Matches
Public Member Functions | List of all members
triton::IdentityHash< T > Class Template Reference

Used as a hash function in hash tables containers (std::unordered_map, robin_map). More...

#include <tritonTypes.hpp>

Public Member Functions

operator() (const T &key) const
 Returns the key as is.
 

Detailed Description

template<typename T>
class triton::IdentityHash< T >

Used as a hash function in hash tables containers (std::unordered_map, robin_map).

Definition at line 128 of file tritonTypes.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
T triton::IdentityHash< T >::operator() ( const T &  key) const
inline

Returns the key as is.

Definition at line 131 of file tritonTypes.hpp.


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