Cogs.Foundation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
std::hash< Cogs::StringView > Struct Reference

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.
 

Detailed Description

Hash structure specialized to provide std compatible hashing of StringView instances.

Member Function Documentation

◆ operator()()

size_t std::hash< Cogs::StringView >::operator() ( const Cogs::StringView v) const
inlinenoexcept

Hash operator.

Computes the hash of the given string view.

References Cogs::hash().


The documentation for this struct was generated from the following file: