Raven Engine v0.1
A modern 3D Game Engine
Loading...
Searching...
No Matches
string_hash Struct Reference

#include <Base.h>

Public Types

using is_transparent = void

Public Member Functions

std::size_t operator() (const char *str) const
std::size_t operator() (std::string_view str) const
std::size_t operator() (const std::string &str) const

Member Typedef Documentation

◆ is_transparent

Member Function Documentation

◆ operator()() [1/3]

std::size_t string_hash::operator() ( const char * str) const
inline

◆ operator()() [2/3]

std::size_t string_hash::operator() ( const std::string & str) const
inline

◆ operator()() [3/3]

std::size_t string_hash::operator() ( std::string_view str) const
inline

The documentation for this struct was generated from the following file:
  • Engine/src/Raven/Core/Base.h