CommonLibSSE (Parapets fork)
GStringHash.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/G/GAllocator.h"
4 #include "RE/G/GHash.h"
5 #include "RE/G/GString.h"
6 
7 namespace RE
8 {
9  template <class U, class Allocator = GAllocatorGH<U>>
10  class GStringHash : public GHash<GString, U, GString::NoCaseHashFunctor, Allocator>
11  {
12  public:
15  };
16 }
Definition: GHash.h:21
Definition: GStringHash.h:11
Definition: AbsorbEffect.h:6