struct PoisonedHash
Defined at line 1535 of file ../../third_party/abseil-cpp/src/absl/hash/internal/hash.h
Add a private base class to make sure this type is not an aggregate.
Aggregates can be aggregate initialized even if the default constructor is
deleted.
Public Methods
void PoisonedHash ()
Defined at line 1536 of file ../../third_party/abseil-cpp/src/absl/hash/internal/hash.h
void PoisonedHash (const PoisonedHash & )
Defined at line 1537 of file ../../third_party/abseil-cpp/src/absl/hash/internal/hash.h
PoisonedHash & operator= (const PoisonedHash & )
Defined at line 1538 of file ../../third_party/abseil-cpp/src/absl/hash/internal/hash.h