Cogs.Core
|
Hash structure specialized to provide std compatible hashing of StringView instances. More...
#include <StdString.h>
Public Member Functions | |
size_t | operator() (const Cogs::StringView &v) const noexcept |
Hash operator. | |
Hash structure specialized to provide std compatible hashing of StringView instances.
Definition at line 77 of file StdString.h.
|
inlinenoexcept |
Hash operator.
Computes the hash of the given string view.
Definition at line 82 of file StdString.h.
References Cogs::hash().