Project
Loading...
Searching...
No Matches
ConstStr< chars > Struct Template Reference

#include <StringHelpers.h>

Static Public Attributes

static constexpr char str [] = {chars..., '\0'}
 
static constexpr uint32_t hash = compile_time_hash_from_literal(str)
 

Detailed Description

template<char... chars>
struct ConstStr< chars >

Definition at line 106 of file StringHelpers.h.

Member Data Documentation

◆ hash

template<char... chars>
constexpr uint32_t ConstStr< chars >::hash = compile_time_hash_from_literal(str)
staticconstexpr

Definition at line 108 of file StringHelpers.h.

◆ str

template<char... chars>
constexpr char ConstStr< chars >::str[] = {chars..., '\0'}
staticconstexpr

Definition at line 107 of file StringHelpers.h.


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