Files
abseil-cpp/absl/strings/internal/generic_printer_test.cc
Abseil Team bbdeb411c7 Add GenericPrint specialization for std::monostate.
`std::monostate` is a struct without any fields thus there is no content to be printed at all. However, the default printer prints it as `"unprintable value of size 1 @{some address}"` which is not very useful unless we're really interested in the address of struct having nothing.

PiperOrigin-RevId: 906966193
Change-Id: I7121bd9d58ac9930fa19432d76788d1df6dc5b78
2026-04-28 07:28:18 -07:00

23 KiB