[#absl-HasOstreamOperator-0f] = xref:absl.adoc[absl]::HasOstreamOperator :relfileprefix: ../ :mrdocs: Detects if type `T` supports streaming to `std::ostream`s with `operator<<`. == Synopsis Declared in `<absl/strings/has_ostream_operator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename T, typename = void> struct HasOstreamOperator : std::false_type ---- == Base Classes [cols="1,4"] |=== | Name| Description | `std::false_type` | |=== == Specializations [cols="1"] |=== | Name | xref:absl/HasOstreamOperator-00.adoc[`HasOstreamOperator<T>`] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#