Loading...
Searching...
No Matches
TfCStrHashWrapper Struct Reference

A structure that wraps a char pointer, indicating intent that it should be hashed as a c-style null terminated string. More...

#include <hash.h>

Public Member Functions

 TfCStrHashWrapper (char const *cstr)
 

Public Attributes

char const * cstr
 

Detailed Description

A structure that wraps a char pointer, indicating intent that it should be hashed as a c-style null terminated string.

See TfhashAsCStr().

Definition at line 161 of file hash.h.

Constructor & Destructor Documentation

◆ TfCStrHashWrapper()

TfCStrHashWrapper ( char const *  cstr)
inlineexplicit

Definition at line 163 of file hash.h.

Member Data Documentation

◆ cstr

char const* cstr

Definition at line 164 of file hash.h.


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