Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::HashTraitsT< KeyType > Class Template Reference

#include <arcane/utils/HashFunction.h>

Collaboration diagram for Arcane::HashTraitsT< KeyType >:

Public Types

typedef const KeyType & KeyTypeConstRef
typedef KeyType & KeyTypeRef
typedef KeyType KeyTypeValue
typedef KeyType HashValueType
typedef FalseType Printable

Static Public Member Functions

static HashValueType hashFunction (KeyTypeConstRef key)

Detailed Description

template<typename KeyType>
class Arcane::HashTraitsT< KeyType >

Definition at line 112 of file HashFunction.h.

Member Typedef Documentation

◆ HashValueType

template<typename KeyType>
typedef KeyType Arcane::HashTraitsT< KeyType >::HashValueType

Definition at line 119 of file HashFunction.h.

◆ KeyTypeConstRef

template<typename KeyType>
typedef const KeyType& Arcane::HashTraitsT< KeyType >::KeyTypeConstRef

Definition at line 116 of file HashFunction.h.

◆ KeyTypeRef

template<typename KeyType>
typedef KeyType& Arcane::HashTraitsT< KeyType >::KeyTypeRef

Definition at line 117 of file HashFunction.h.

◆ KeyTypeValue

template<typename KeyType>
typedef KeyType Arcane::HashTraitsT< KeyType >::KeyTypeValue

Definition at line 118 of file HashFunction.h.

◆ Printable

template<typename KeyType>
typedef FalseType Arcane::HashTraitsT< KeyType >::Printable

Definition at line 120 of file HashFunction.h.


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