userver: utils::HashSeed Struct Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
utils::HashSeed Struct Referencefinal

The seed structure used by underlying hashing implementation. More...

#include <userver/utils/str_icase.hpp>

Public Attributes

std::uint64_t k0
 
std::uint64_t k1
 

Detailed Description

The seed structure used by underlying hashing implementation.

Definition at line 16 of file str_icase.hpp.

Member Data Documentation

◆ k0

std::uint64_t utils::HashSeed::k0

Definition at line 17 of file str_icase.hpp.

◆ k1

std::uint64_t utils::HashSeed::k1

Definition at line 18 of file str_icase.hpp.


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