HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TraceStringHash Class Reference

#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. More...
 

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

template<int N>
static constexpr std::uint32_t TraceStringHash::Hash ( const char(&)  str[N])
inlinestatic

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: