struct WeaklyMixedInteger

Defined at line 30 of file ../../third_party/abseil-cpp/src/absl/hash/internal/weakly_mixed_integer.h

Contains an integer that will be mixed into a hash state more weakly than

regular integers. It is useful for cases in which an integer is a part of a

larger object and needs to be mixed as a supplement. E.g., absl::string_view

and absl::Span are mixing their size wrapped with WeaklyMixedInteger.

Public Members

size_t value