userver: utils::HashSeed Struct Reference
Loading...
Searching...
No Matches
utils::HashSeed Struct Referencefinal

#include <userver/utils/str_icase.hpp>

Detailed Description

The seed structure used by underlying hashing implementation.

Definition at line 16 of file str_icase.hpp.

Public Attributes

std::uint64_t k0
 
std::uint64_t k1
 

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: