Euphoria
eu::core::HashedStringView Struct Reference

#include <hash.string.h>

Public Member Functions

constexpr HashedStringView (const std::string_view str)
 

Public Attributes

const std::string_view text
 
const U64 hash
 

Detailed Description

Definition at line 10 of file hash.string.h.

Constructor & Destructor Documentation

◆ HashedStringView()

constexpr eu::core::HashedStringView::HashedStringView ( const std::string_view  str)
inlineconstexpr

Definition at line 15 of file hash.string.h.

Member Data Documentation

◆ hash

const U64 eu::core::HashedStringView::hash

Definition at line 13 of file hash.string.h.

◆ text

const std::string_view eu::core::HashedStringView::text

Definition at line 12 of file hash.string.h.


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