template <typename string_type, typename = void>
struct AppendUninitializedTraits
Defined at line 86 of file ../../third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h
In this type trait, we look for an __append_default_init member function, and
we use it if available, otherwise, we use append.
Public Methods
void Append (string_type * s, size_t n)
Defined at line 87 of file ../../third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h