template <typename T>

union MaybeInitializedPtr

Defined at line 848 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h

This allows us to work around an uninitialized memory warning when

constructing begin() iterators in empty hashtables.

Public Members

T * p

Public Methods

T * get ()

Defined at line 849 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h

void set (T * ptr)

Defined at line 850 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h