Loading...
Searching...
No Matches
TraceStringHash Class Reference

This class provides a function to compute compile time hashes for string literals. More...

#include <stringHash.h>

Static Public Member Functions

template<int N>
static constexpr std::uint32_t Hash (const char(&str)[N])
 Computes a compile time hash of str.
 

Detailed Description

This class provides a function to compute compile time hashes for string literals.

Definition at line 41 of file stringHash.h.

Member Function Documentation

◆ Hash()

static constexpr std::uint32_t Hash ( const char(&)  str[N])
inlinestaticconstexpr

Computes a compile time hash of str.

Definition at line 46 of file stringHash.h.


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