aboutsummaryrefslogtreecommitdiff
path: root/absl/strings/has_absl_stringify_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add a template gadget to detect whether a type supports the ostream operator.Zie Weaver2023-10-181-0/+3
| | | | | | | | | | I.e. for a type `Example`, if ``` std::ostream& operator<<(std::ostream&, const Example&); ``` is declared, `absl::HasOstreamOperator<Example>::value` is `true`. PiperOrigin-RevId: 574637891 Change-Id: I123d8f35a6e3ea894745133f7d81b1610fb475d5
* Make `HasAbslStringify` public.Abseil Team2023-09-131-0/+37
PiperOrigin-RevId: 565050503 Change-Id: I8f4c463be4ef513a2788745d1b454a7ede489152