12#ifndef ARCANE_UTILS_HASHFUNCTION_H
13#define ARCANE_UTILS_HASHFUNCTION_H
99 ARCANE_UTILS_EXPORT
static Int64 hashfunc(
StringView str);
107template <
typename KeyType>
135 typedef Int32 KeyTypeConstRef;
136 typedef Int32& KeyTypeRef;
137 typedef Int32 KeyTypeValue;
139 typedef Int32 HashValueType;
161 typedef Int64 KeyTypeConstRef;
162 typedef Int64& KeyTypeRef;
163 typedef Int64 KeyTypeValue;
164 typedef Int64 HashValueType;
Fichier de configuration d'Arcane.
Référence à une instance.
Vue sur une chaîne de caractères UTF-8.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-