Diligent Engine
 
Loading...
Searching...
No Matches
Diligent::HashMapStringKey Struct Reference

#include <HashUtils.hpp>

Inheritance diagram for Diligent::HashMapStringKey:
Diligent::ShaderResourceHashKey

Detailed Description

This helper structure is intended to facilitate using strings as a hash table key. It provides constructors that can make a copy of the source string or just keep a pointer to it, which enables searching in the hash using raw const Char* pointers.