template <typename T>
union MaybeInitializedPtr
Defined at line 1187 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 1188 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h
void set (T * ptr)
Defined at line 1189 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h