MySQL 8.4.0
Source Code Documentation
anonymous_namespace{composite_iterators.cc}::ImmutableStringHasher Class Reference

Calculates a hash for an ImmutableStringWithLength so that it can be used as a key in a hash map. More...

Public Types

using is_avalanching = void
 

Public Member Functions

uint64_t operator() (ImmutableStringWithLength string) const
 

Detailed Description

Calculates a hash for an ImmutableStringWithLength so that it can be used as a key in a hash map.

Member Typedef Documentation

◆ is_avalanching

using anonymous_namespace{composite_iterators.cc}::ImmutableStringHasher::is_avalanching = void

Member Function Documentation

◆ operator()()

uint64_t anonymous_namespace{composite_iterators.cc}::ImmutableStringHasher::operator() ( ImmutableStringWithLength  string) const
inline

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