C++
struct std::hash<AcString> { };
File
AcString.h
Description
Specialization of std::hash so AcString can be used directly with std containers that use hash without having to define a custom hasher.
Meets all requirements from https://en.cppreference.com/w/cpp/utility/hash.